2
0
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:
John Preston
2022-11-29 18:18:05 +04:00
parent 03b35457fa
commit 623176e901
3 changed files with 11 additions and 4 deletions

View File

@@ -4036,6 +4036,9 @@ void Session::refreshChatListEntry(Dialogs::Key key) {
removeChatListEntry(migrated);
}
}
if (const auto forum = history->peer->forum()) {
forum->preloadTopics();
}
}
}