2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Topics list in forum chats list entry.

This commit is contained in:
John Preston
2022-11-11 13:24:37 +04:00
parent 996b6bf46a
commit 4c8187f623
15 changed files with 395 additions and 97 deletions

View File

@@ -149,6 +149,8 @@ Row::Row(Key key, int index, int top) : _id(key), _top(top), _index(index) {
_height = history->peer->isForum()
? st::forumDialogRow.height
: st::defaultDialogRow.height;
} else if (key.folder()) {
_height = st::defaultDialogRow.height;
} else {
_height = st::forumTopicRow.height;
}