mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
New download animations
QR Code for proxies and invite links
This commit is contained in:
@@ -72,6 +72,10 @@ private func contentNodeMessagesAndClassesForItem(_ item: ChatMessageItem) -> [(
|
||||
break inner
|
||||
}
|
||||
}
|
||||
|
||||
if isUnsupportedMedia {
|
||||
result.append((message, ChatMessageUnsupportedBubbleContentNode.self))
|
||||
}
|
||||
}
|
||||
|
||||
if addFinalText && !item.content.firstMessage.text.isEmpty {
|
||||
|
||||
Reference in New Issue
Block a user