type ThreadLastReads = BTreeMap<OwnedEventId, u64>;Expand description
Per-thread last-read counts keyed by thread root. Used by sync v3 to
gate emission of unread_thread_notifications to threads whose read
cursor advanced within the sync window.
Aliased Typeยง
struct ThreadLastReads { /* private fields */ }