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