mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Added video streaming
Updated message sending animation
This commit is contained in:
@@ -1574,7 +1574,7 @@ class ChatMessageBubbleItemNode: ChatMessageItemView {
|
||||
case .openMessage:
|
||||
foundTapAction = true
|
||||
if let item = self.item {
|
||||
let _ = item.controllerInteraction.openMessage(item.message)
|
||||
let _ = item.controllerInteraction.openMessage(item.message, .default)
|
||||
}
|
||||
break loop
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user