mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Always pass mute state
This commit is contained in:
parent
21044494c1
commit
2a5e668a1f
@ -1886,6 +1886,9 @@ public final class GroupCallParticipantsContext {
|
||||
if let muteState = muteState, (!muteState.canUnmute || peerId == myPeerId || muteState.mutedByYou) {
|
||||
flags |= 1 << 0
|
||||
muted = .boolTrue
|
||||
} else if peerId == myPeerId {
|
||||
flags |= 1 << 0
|
||||
muted = .boolFalse
|
||||
}
|
||||
let raiseHandApi: Api.Bool?
|
||||
if let raiseHand = raiseHand {
|
||||
|
Loading…
x
Reference in New Issue
Block a user