mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-01 16:06:59 +00:00
Fix forwarding text
This commit is contained in:
parent
7c40b8322e
commit
adc67a8597
@ -65,6 +65,8 @@ func textStringForForwardedMessage(_ message: Message, strings: PresentationStri
|
||||
return (strings.ForwardedPolls(1), true)
|
||||
case let dice as TelegramMediaDice:
|
||||
return (dice.emoji, true)
|
||||
case let invoice as TelegramMediaInvoice:
|
||||
return (invoice.title, true)
|
||||
default:
|
||||
break
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user