mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-04 08:25:38 +00:00
Add monoforum sender bar divider.
This commit is contained in:
@@ -4657,6 +4657,10 @@ void Session::refreshChatListEntry(Dialogs::Key key) {
|
||||
if (const auto forum = history->peer->forum()) {
|
||||
forum->preloadTopics();
|
||||
}
|
||||
if (history->peer->isMonoforum()
|
||||
&& !history->peer->monoforumBroadcast()) {
|
||||
history->peer->updateFull();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user