Chart fixes

This commit is contained in:
Ilya Laktyushin
2020-03-24 18:00:50 +04:00
parent 0453d6f933
commit eedcd225f0
19 changed files with 184 additions and 58 deletions

View File

@@ -160,6 +160,8 @@ public func chatListItemStrings(strings: PresentationStrings, nameDisplayOrder:
}
case let poll as TelegramMediaPoll:
messageText = "📊 \(poll.text)"
case _ as TelegramMediaDice:
messageText = "🎲"
default:
break
}