mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Video improvements
This commit is contained in:
@@ -476,6 +476,9 @@ func contextMenuForChatPresentationInterfaceState(chatPresentationInterfaceState
|
||||
guard let interfaceInteraction = interfaceInteraction, let controllerInteraction = controllerInteraction else {
|
||||
return .single(ContextController.Items(content: .list([])))
|
||||
}
|
||||
if let message = messages.first, message.id.namespace < 0 {
|
||||
return .single(ContextController.Items(content: .list([])))
|
||||
}
|
||||
|
||||
var isEmbeddedMode = false
|
||||
if case .standard(.embedded) = chatPresentationInterfaceState.mode {
|
||||
|
||||
Reference in New Issue
Block a user