Update API

This commit is contained in:
Ilya Laktyushin
2022-03-27 20:16:54 +04:00
parent b8390c10cb
commit e952261254
25 changed files with 462 additions and 179 deletions

View File

@@ -854,8 +854,8 @@ public class ChatMessageItemView: ListViewItemNode, ChatMessageItemNodeProtocol
break
case let .openUserProfile(peerId):
item.controllerInteraction.openPeer(peerId, .info, nil, nil)
case let .openWebView(url):
item.controllerInteraction.openWebView(url)
case let .openWebView(url, simple):
item.controllerInteraction.openWebView(url, simple)
}
}
}