Version 4.9.2: Fix build Xcode.

This commit is contained in:
John Preston 2023-08-21 21:37:59 +02:00
parent 5ee7cb4dbf
commit 1d26a01144
1 changed files with 1 additions and 1 deletions

View File

@ -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), [=] {