2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +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

@@ -2762,10 +2762,6 @@ void History::applyDialog(
draft->c_draftMessage());
}
owner().histories().dialogEntryApplied(this);
if (const auto forum = inChatList() ? peer->forum() : nullptr) {
forum->preloadTopics();
}
}
void History::dialogEntryApplied() {