Home
last modified time | relevance | path

Searched refs:fullyReadMarker (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/libquotient/libQuotient-0.6.8/lib/
H A Droom.cpp700 auto fullyReadMarker = q->readMarker(); in updateUnreadCount() local
701 if (fullyReadMarker < from) in updateUnreadCount()
704 if (fullyReadMarker == historyEdge() && q->allHistoryLoaded()) in updateUnreadCount()
705 --fullyReadMarker; // No read marker in the whole room, initialise it in updateUnreadCount()
706 if (fullyReadMarker < to) { in updateUnreadCount()
721 Q_ASSERT(to <= fullyReadMarker); in updateUnreadCount()