MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / chatListUnreadState

Method chatListUnreadState

Telegram/SourceFiles/data/data_folder.cpp:381–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381Dialogs::UnreadState Folder::chatListUnreadState() const {
382 return _chatsList.unreadState();
383}
384
385Dialogs::BadgesState Folder::chatListBadgesState() const {
386 auto result = Dialogs::BadgesForUnread(

Callers 5

unreadBadgeIgnoreOneMethod · 0.45
addEntryMethod · 0.45
removeEntryMethod · 0.45
computeJumpMethod · 0.45

Calls 1

unreadStateMethod · 0.80

Tested by

no test coverage detected