mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -430,7 +430,7 @@ public final class ChatButtonKeyboardInputNode: ChatInputNode {
|
||||
guard let self, let peer else {
|
||||
return
|
||||
}
|
||||
self.controllerInteraction.openPeer(peer, .info, nil, .default)
|
||||
self.controllerInteraction.openPeer(peer, .info(nil), nil, .default)
|
||||
})
|
||||
case let .openWebView(url, simple):
|
||||
self.controllerInteraction.openWebView(markupButton.title, url, simple, .generic)
|
||||
|
||||
Reference in New Issue
Block a user