Web app improvements

This commit is contained in:
Ilya Laktyushin
2022-03-25 15:15:25 +04:00
parent 4b40d20e96
commit b05ed45067
12 changed files with 190 additions and 62 deletions

View File

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