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

@@ -848,7 +848,7 @@ TextWithEntities Manager::ComposeReactionEmoji(
EntityType::CustomEmoji,
0,
text.size(),
Data::SerializeCustomEmojiId(Data::CustomEmojiId{ id }))
Data::SerializeCustomEmojiId(id))
}
};
}