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