Fix forwarding text

This commit is contained in:
Ali 2021-04-10 00:59:43 +04:00
parent 7c40b8322e
commit adc67a8597

View File

@ -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
}