Invite Links Improvements

This commit is contained in:
Ilya Laktyushin
2021-01-18 11:18:12 +03:00
parent d5a25602ce
commit ebe05a1e8a
19 changed files with 4067 additions and 3520 deletions

View File

@@ -462,7 +462,7 @@ public func channelMembersController(context: AccountContext, peerId: PeerId) ->
pushControllerImpl?(controller)
}
}, inviteViaLink: {
pushControllerImpl?(InviteLinkInviteController(context: context, peerId: peerId))
presentControllerImpl?(InviteLinkInviteController(context: context, peerId: peerId), nil)
})
let peerView = context.account.viewTracker.peerView(peerId)