mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Topics list in forum chats list entry.
This commit is contained in:
@@ -3011,6 +3011,11 @@ void History::forumChanged(Data::Forum *old) {
|
||||
}) | rpl::start_with_next([=](const Dialogs::UnreadState &old) {
|
||||
notifyUnreadStateChange(old);
|
||||
}, forum->lifetime());
|
||||
|
||||
forum->chatsListChanges(
|
||||
) | rpl::start_with_next([=] {
|
||||
updateChatListEntry();
|
||||
}, forum->lifetime());
|
||||
} else {
|
||||
_flags &= ~Flag::IsForum;
|
||||
}
|
||||
|
Reference in New Issue
Block a user