mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Bot apps implementation
This commit is contained in:
@@ -897,7 +897,7 @@ public class ChatMessageItemView: ListViewItemNode, ChatMessageItemNodeProtocol
|
||||
}
|
||||
})
|
||||
case let .openWebView(url, simple):
|
||||
item.controllerInteraction.openWebView(button.title, url, simple, false)
|
||||
item.controllerInteraction.openWebView(button.title, url, simple, .generic)
|
||||
case .requestPeer:
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user