Conference updates

This commit is contained in:
Isaac
2025-04-11 12:56:35 +04:00
parent de7104e48f
commit a1631b421a
7 changed files with 71 additions and 34 deletions

View File

@@ -229,8 +229,8 @@ class ContactSelectionControllerImpl: ViewController, ContactSelectionController
self?.deactivateSearch()
}
self.contactsNode.requestOpenPeerFromSearch = { [weak self] peer in
self?.openPeer(peer: peer, action: .generic, node: nil, gesture: nil)
self.contactsNode.requestOpenPeerFromSearch = { [weak self] peer, action in
self?.openPeer(peer: peer, action: action, node: nil, gesture: nil)
}
self.contactsNode.contactListNode.activateSearch = { [weak self] in