Various improvements

This commit is contained in:
Ali
2023-10-26 20:10:07 +04:00
parent 2721cb44c5
commit 47ef146565
15 changed files with 189 additions and 154 deletions

View File

@@ -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):