mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Merge branch 'master' of https://github.com/telegramdesktop/tdesktop
This commit is contained in:
commit
a6861c3e94
1 changed files with 1 additions and 1 deletions
|
@ -4323,7 +4323,7 @@ void MentionsDropdown::updateFiltered(bool resetScroll) {
|
||||||
} else {
|
} else {
|
||||||
StickersByEmojiMap::const_iterator i = it->emoji.constFind(emojiGetNoColor(_emoji));
|
StickersByEmojiMap::const_iterator i = it->emoji.constFind(emojiGetNoColor(_emoji));
|
||||||
if (i != it->emoji.cend()) {
|
if (i != it->emoji.cend()) {
|
||||||
srows.append(*i);
|
srows += *i;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue