mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Video avatar fixes
This commit is contained in:
@@ -7013,7 +7013,7 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
|
||||
value = self.presentationData.strings.Conversation_Dice_u1F3AF
|
||||
case "🏀":
|
||||
value = self.presentationData.strings.Conversation_Dice_u1F3C0
|
||||
case "⚽️":
|
||||
case "⚽":
|
||||
value = self.presentationData.strings.Conversation_Dice_u26BD
|
||||
default:
|
||||
let emojiHex = emoji.unicodeScalars.map({ String(format:"%02x", $0.value) }).joined().uppercased()
|
||||
|
||||
Reference in New Issue
Block a user