mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
no message
This commit is contained in:
@@ -28,6 +28,8 @@ private func contentNodeClassesForItem(_ item: ChatMessageItem) -> [AnyClass] {
|
||||
skipText = true
|
||||
result.append(ChatMessageInvoiceBubbleContentNode.self)
|
||||
break
|
||||
} else if let _ = media as? TelegramMediaContact {
|
||||
result.append(ChatMessageContactBubbleContentNode.self)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user