2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Display emoji correctly in folder tags.

This commit is contained in:
John Preston
2024-12-31 12:17:34 +04:00
parent 51b81dba87
commit acfd92e2e6
8 changed files with 362 additions and 93 deletions

View File

@@ -221,6 +221,7 @@ private:
struct CollapsedRow;
struct HashtagResult;
struct PeerSearchResult;
struct TagCache;
enum class JumpSkip {
PreviousOrBegin,
@@ -579,7 +580,7 @@ private:
base::flat_map<FilterId, int> _chatsFilterScrollStates;
std::unordered_map<ChatsFilterTagsKey, QImage> _chatsFilterTags;
std::unordered_map<ChatsFilterTagsKey, TagCache> _chatsFilterTags;
bool _waitingAllChatListEntryRefreshesForTags = false;
rpl::lifetime _handleChatListEntryTagRefreshesLifetime;