| 907 | } |
| 908 | |
| 909 | Dialogs::UnreadState ForumTopic::chatListUnreadState() const { |
| 910 | return unreadStateFor( |
| 911 | _replies->displayedUnreadCount(), |
| 912 | _replies->unreadCountKnown()); |
| 913 | } |
| 914 | |
| 915 | Dialogs::BadgesState ForumTopic::chatListBadgesState() const { |
| 916 | auto result = Dialogs::BadgesForUnread( |
nothing calls this directly
no test coverage detected