mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
[WIP] Quotes
This commit is contained in:
@@ -17,10 +17,10 @@ func accessoryPanelForChatPresentationIntefaceState(_ chatPresentationInterfaceS
|
||||
}
|
||||
|
||||
switch chatPresentationInterfaceState.subject {
|
||||
case .pinnedMessages, .forwardedMessages:
|
||||
return nil
|
||||
default:
|
||||
break
|
||||
case .pinnedMessages, .messageOptions:
|
||||
return nil
|
||||
default:
|
||||
break
|
||||
}
|
||||
|
||||
if let editMessage = chatPresentationInterfaceState.interfaceState.editMessage {
|
||||
|
||||
Reference in New Issue
Block a user