Update API [skip ci]

This commit is contained in:
Ilya Laktyushin
2021-10-08 16:11:04 +04:00
parent 96c3c8d275
commit 5bfe040aa0
14 changed files with 121 additions and 77 deletions

View File

@@ -376,7 +376,7 @@ public final class InviteLinkViewController: ViewController {
self.presentationDataPromise = Promise(self.presentationData)
self.controller = controller
self.importersContext = importersContext ?? context.engine.peers.peerInvitationImporters(peerId: peerId, invite: invite)
self.importersContext = importersContext ?? context.engine.peers.peerInvitationImporters(peerId: peerId, subject: .invite(invite: invite, requested: false))
self.dimNode = ASDisplayNode()
self.dimNode.backgroundColor = UIColor(white: 0.0, alpha: 0.5)