Initial holes 2.0 support

This commit is contained in:
Peter
2019-03-08 10:18:20 +00:00
parent a95da7736f
commit 4be6d0bfbb
24 changed files with 130 additions and 177 deletions

View File

@@ -360,10 +360,10 @@ class ChatMessageBubbleItemNode: ChatMessageItemView {
} else if incoming {
hasAvatar = true
}
case .group:
/*case .group:
allowFullWidth = true
hasAvatar = true
displayAuthorInfo = true
displayAuthorInfo = true*/
}
if let forwardInfo = item.content.firstMessage.forwardInfo, forwardInfo.source == nil, forwardInfo.author.id.namespace == Namespaces.Peer.CloudUser {