mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Add interactive dice success animation
Fix interactive dice tooltip localization
This commit is contained in:
@@ -61,8 +61,8 @@ func textStringForForwardedMessage(_ message: Message, strings: PresentationStri
|
||||
return ("", true)
|
||||
case _ as TelegramMediaPoll:
|
||||
return (strings.ForwardedPolls(1), true)
|
||||
case _ as TelegramMediaDice:
|
||||
return (strings.ForwardedDices(1), true)
|
||||
case let dice as TelegramMediaDice:
|
||||
return (dice.emoji, true)
|
||||
default:
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user