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:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user