2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-10-17 14:19:43 +00:00

Show monoforums as forums in chats list.

This commit is contained in:
John Preston
2025-05-16 16:29:40 +04:00
parent 5dc50b6d96
commit 358e64f2cc
22 changed files with 303 additions and 75 deletions

View File

@@ -202,7 +202,7 @@ void Forum::applyTopicDeleted(MsgId rootId) {
}
void Forum::reorderLastTopics() {
// We want first kShowChatNamesCount histories, by last message date.
// We want first kShowTopicNamesCount histories, by last message date.
const auto pred = [](not_null<ForumTopic*> a, not_null<ForumTopic*> b) {
const auto aItem = a->chatListMessage();
const auto bItem = b->chatListMessage();