Notifications: cold-flow unread count + stale badge #22

Closed
opened 2026-06-18 00:02:10 +00:00 by starsetbyte · 0 comments
Owner

Problem

getUnreadCount() is one-shot. markAllSeen() updates server not local rows.

Proposed fix

DAO returns Flow. markAllSeen() updates both sides.

Source: Codex code review — data #2

## Problem getUnreadCount() is one-shot. markAllSeen() updates server not local rows. ## Proposed fix DAO returns Flow<Int>. markAllSeen() updates both sides. Source: Codex code review — data #2
Sign in to join this conversation.
No description provided.