no message

This commit is contained in:
Peter
2017-10-03 15:57:32 +03:00
parent 46295401ff
commit 0f26dc36a7
134 changed files with 2079 additions and 1058 deletions

View File

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