mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Support for updated global 3d touch API
Fixed media sharing to secret chats
This commit is contained in:
@@ -342,7 +342,7 @@ class ChatMessageBubbleItemNode: ChatMessageItemView {
|
||||
}
|
||||
|
||||
if !isBroadcastChannel {
|
||||
hasAvatar = true
|
||||
hasAvatar = item.content.firstMessage.effectivelyIncoming(item.account.peerId)
|
||||
}
|
||||
}
|
||||
} else if incoming {
|
||||
|
||||
Reference in New Issue
Block a user