mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various fixes
This commit is contained in:
@@ -2604,8 +2604,12 @@ extension ChatControllerImpl {
|
||||
strongSelf.interfaceInteraction?.displaySlowmodeTooltip(node.view, rect)
|
||||
return false
|
||||
}
|
||||
|
||||
strongSelf.enqueueChatContextResult(results, result)
|
||||
strongSelf.presentPaidMessageAlertIfNeeded(completion: { [weak self] postpone in
|
||||
guard let strongSelf = self else {
|
||||
return
|
||||
}
|
||||
strongSelf.enqueueChatContextResult(results, result, postpone: postpone)
|
||||
})
|
||||
return true
|
||||
}, sendBotCommand: { [weak self] botPeer, command in
|
||||
if let strongSelf = self, canSendMessagesToChat(strongSelf.presentationInterfaceState) {
|
||||
|
||||
Reference in New Issue
Block a user