Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/
H A Dhistory_view_replies_section.h176 [[nodiscard]] std::optional<int> computeUnreadCountLocally(
H A Dhistory_view_replies_section.cpp309 if (const auto result = computeUnreadCountLocally(request.afterId)) { in __anon0edbbaec1202()
1808 std::optional<int> RepliesWidget::computeUnreadCountLocally( in computeUnreadCountLocally() function in HistoryView::RepliesWidget
1831 const auto unreadCount = computeUnreadCountLocally(now); in readTill()