2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Support forwarding to monoforums.

This commit is contained in:
John Preston
2025-05-13 18:18:24 +04:00
parent e17bf18350
commit 76db55ff19
36 changed files with 516 additions and 78 deletions

View File

@@ -4656,6 +4656,8 @@ void Session::refreshChatListEntry(Dialogs::Key key) {
}
if (const auto forum = history->peer->forum()) {
forum->preloadTopics();
} else if (const auto monoforum = history->peer->monoforum()) {
monoforum->preloadSublists();
}
if (history->peer->isMonoforum()
&& !history->peer->monoforumBroadcast()) {