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:
@@ -4166,7 +4166,7 @@ public class ChatMessageBubbleItemNode: ChatMessageItemView, ChatMessagePreviewI
|
||||
})
|
||||
case let .textMention(name):
|
||||
return .action(InternalBubbleTapAction.Action {
|
||||
self.item?.controllerInteraction.openPeerMention(name)
|
||||
self.item?.controllerInteraction.openPeerMention(name, tapAction.activate?())
|
||||
})
|
||||
case let .botCommand(command):
|
||||
if let item = self.item {
|
||||
|
||||
Reference in New Issue
Block a user