mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +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)
|
return (strings.ForwardedPolls(1), true)
|
||||||
case let dice as TelegramMediaDice:
|
case let dice as TelegramMediaDice:
|
||||||
return (dice.emoji, true)
|
return (dice.emoji, true)
|
||||||
|
case let invoice as TelegramMediaInvoice:
|
||||||
|
return (invoice.title, true)
|
||||||
default:
|
default:
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user