2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fix giveaway results message sticker.

This commit is contained in:
John Preston
2025-01-13 14:58:27 +04:00
parent a53cc52241
commit 006ecf9a56

View File

@@ -221,6 +221,7 @@ auto GenerateGiveawayResults(
return Data{
.sticker = packs.lookup(emoji, 0),
.skipTop = st::chatGiveawayWinnersTopSkip,
.size = st::maxAnimatedEmojiSize,
.singleTimePlayback = true,
};
};