mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Show messages count in forum.
This commit is contained in:
@@ -276,6 +276,10 @@ rpl::producer<int> RepliesList::fullCount() const {
|
||||
return _fullCount.value() | rpl::filter_optional();
|
||||
}
|
||||
|
||||
rpl::producer<std::optional<int>> RepliesList::maybeFullCount() const {
|
||||
return _fullCount.value();
|
||||
}
|
||||
|
||||
bool RepliesList::unreadCountKnown() const {
|
||||
return _unreadCount.current().has_value();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user