mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Show loading state for non-loaded forum topics list.
This commit is contained in:
@@ -4036,6 +4036,9 @@ void Session::refreshChatListEntry(Dialogs::Key key) {
|
||||
removeChatListEntry(migrated);
|
||||
}
|
||||
}
|
||||
if (const auto forum = history->peer->forum()) {
|
||||
forum->preloadTopics();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user