2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Support mixed custom / default recent emoji.

This commit is contained in:
John Preston
2022-07-14 14:20:56 +03:00
parent c0ec3a23bb
commit 44a7d11e4a
10 changed files with 401 additions and 117 deletions

View File

@@ -201,7 +201,7 @@ private:
uint64 _setId = 0;
uint64 _setAccessHash = 0;
uint64 _setHash = 0;
uint64 _setThumbnailDocumentId = 0;
DocumentId _setThumbnailDocumentId = 0;
QString _setTitle, _setShortName;
int _setCount = 0;
Data::StickersSetFlags _setFlags;