Initial invite requests implementation

This commit is contained in:
Ilya Laktyushin
2021-10-06 00:03:40 +04:00
parent da5e87c515
commit 4a12dcbb22
52 changed files with 2332 additions and 336 deletions

View File

@@ -300,7 +300,9 @@ final class PeerSelectionControllerNode: ASDisplayNode {
}, presentInviteMembers: {
}, presentGigagroupHelp: {
}, editMessageMedia: { _, _ in
}, updateShowCommands: { _ in }, statuses: nil)
}, updateShowCommands: { _ in
}, openInviteRequests: {
}, statuses: nil)
self.readyValue.set(self.chatListNode.ready)
}