mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various improvements
This commit is contained in:
@@ -466,7 +466,7 @@ public final class ChatBotInfoItemNode: ListViewItemNode {
|
||||
})
|
||||
}
|
||||
case let .textMention(name):
|
||||
self.item?.controllerInteraction.openPeerMention(name)
|
||||
self.item?.controllerInteraction.openPeerMention(name, tapAction.activate?())
|
||||
case let .botCommand(command):
|
||||
self.item?.controllerInteraction.sendBotCommand(nil, command)
|
||||
case let .hashtag(peerName, hashtag):
|
||||
|
||||
Reference in New Issue
Block a user