Merge branch '188layer'

This commit is contained in:
Ilya Laktyushin
2024-09-18 00:33:14 +04:00
11 changed files with 40 additions and 13 deletions

View File

@@ -863,6 +863,8 @@ open class ChatMessageItemView: ListViewItemNode, ChatMessageItemNodeProtocol {
item.controllerInteraction.openWebView(button.title, url, simple, .generic)
case .requestPeer:
break
case let .copyText(payload):
item.controllerInteraction.copyText(payload)
}
}
}