mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Add voice chat invite links support
This commit is contained in:
@@ -375,7 +375,7 @@ final class CallListControllerNode: ASDisplayNode {
|
||||
}
|
||||
|
||||
if let activeCall = activeCall {
|
||||
strongSelf.context.joinGroupCall(peerId: peerId, joinAsPeerId: nil, activeCall: activeCall)
|
||||
strongSelf.context.joinGroupCall(peerId: peerId, invite: nil, requestJoinAsPeerId: nil, activeCall: activeCall)
|
||||
}
|
||||
}))
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user