mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various Fixes
This commit is contained in:
@@ -5024,12 +5024,12 @@ public final class VoiceChatController: ViewController {
|
||||
displayPanelVideos = self.displayPanelVideos
|
||||
}
|
||||
|
||||
let isLivestream: Bool
|
||||
if let channel = self.peer as? TelegramChannel, case .broadcast = channel.info {
|
||||
isLivestream = true
|
||||
} else {
|
||||
isLivestream = false
|
||||
}
|
||||
// let isLivestream: Bool
|
||||
// if let channel = self.peer as? TelegramChannel, case .broadcast = channel.info {
|
||||
// isLivestream = true
|
||||
// } else {
|
||||
// isLivestream = false
|
||||
// }
|
||||
|
||||
let canManageCall = self.callState?.canManageCall ?? false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user