2
0
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:
John Preston
2025-05-12 12:41:00 +04:00
parent c6d43a802c
commit 43b4499125
27 changed files with 388 additions and 90 deletions

View File

@@ -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();
}
}
}