mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Version 4.9.2: Fix build Xcode.
This commit is contained in:
parent
5ee7cb4dbf
commit
1d26a01144
1 changed files with 1 additions and 1 deletions
|
@ -1084,7 +1084,7 @@ void EmojiListWidget::fillRecentMenu(
|
|||
data.rich.entities.push_back({
|
||||
EntityType::CustomEmoji,
|
||||
0,
|
||||
emoji.size(),
|
||||
int(emoji.size()),
|
||||
Data::SerializeCustomEmojiId(custom)
|
||||
});
|
||||
addAction(tr::lng_emoji_copy(tr::now), [=] {
|
||||
|
|
Loading…
Add table
Reference in a new issue