2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 06:07:45 +00:00

Fix realtime "Large emoji" applying to only-custom-emoji.

This commit is contained in:
John Preston 2022-08-16 09:29:02 +03:00
parent d1a81a83b4
commit 11b711c43f

View File

@ -439,6 +439,7 @@ void EmojiPack::refreshAll() {
for (const auto &[emoji, list] : _items) {
refreshItems(list);
}
refreshItems(_onlyCustomItems);
}
void EmojiPack::refreshItems(EmojiPtr emoji) {