mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
[WIP] Conference calls
This commit is contained in:
@@ -466,7 +466,10 @@ final class CallListControllerNode: ASDisplayNode {
|
||||
if let callManager = context.sharedContext.callManager {
|
||||
currentGroupCallPeerId = callManager.currentGroupCallSignal
|
||||
|> map { call -> EnginePeer.Id? in
|
||||
call?.peerId
|
||||
guard case let .group(call) = call else {
|
||||
return nil
|
||||
}
|
||||
return call.peerId
|
||||
}
|
||||
|> distinctUntilChanged
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user