Various fixes

This commit is contained in:
Ilya Laktyushin
2024-11-20 17:09:25 +04:00
parent 10984d7ce4
commit 44f02c258f
36 changed files with 279 additions and 108 deletions

View File

@@ -814,7 +814,7 @@ open class ChatMessageItemView: ListViewItemNode, ChatMessageItemNodeProtocol {
if url.hasPrefix("tg://") {
concealed = false
}
item.controllerInteraction.openUrl(ChatControllerInteraction.OpenUrl(url: url, concealed: concealed))
item.controllerInteraction.openUrl(ChatControllerInteraction.OpenUrl(url: url, concealed: concealed, progress: Promise()))
case .requestMap:
item.controllerInteraction.shareCurrentLocation()
case .requestPhone: