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

Display topic name in chats list.

This commit is contained in:
John Preston
2022-11-02 16:39:13 +04:00
parent fdf4129e5e
commit 34a2c5c8ce
28 changed files with 223 additions and 172 deletions

View File

@@ -921,7 +921,7 @@ void RowPainter::Paint(
view->prepare(
item,
[=] { entry->updateChatListEntry(); },
{});
{ .ignoreTopic = (!history || !peer->isForum()) });
}
view->paint(p, rect, context);
}