mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Merge branch 'dev' of https://github.com/telegramdesktop/tdesktop into dev
This commit is contained in:
@@ -4363,6 +4363,10 @@ HistorySticker::HistorySticker(DocumentData *document) : HistoryMedia()
|
|||||||
data->thumb->load();
|
data->thumb->load();
|
||||||
if (!data->sticker()->alt.isEmpty()) {
|
if (!data->sticker()->alt.isEmpty()) {
|
||||||
_emoji = data->sticker()->alt;
|
_emoji = data->sticker()->alt;
|
||||||
|
int32 elen = 0;
|
||||||
|
if (EmojiPtr e = emojiFromText(_emoji.constData(), _emoji.constEnd(), elen)) {
|
||||||
|
_emoji = emojiString(e);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user