Fix mute for me

This commit is contained in:
Ali
2021-03-15 22:04:11 +04:00
parent 25215d542b
commit 4fc0114144
3 changed files with 9 additions and 12 deletions

View File

@@ -960,9 +960,6 @@ public final class GroupCallParticipantsContext {
let accountPeerId = self.account.peerId
return self.statePromise.get()
|> map { state -> State in
if state.overlayState.isEmpty {
return state.state
}
var publicState = state.state
var sortAgain = false
let canSeeHands = state.state.isCreator || state.state.adminIds.contains(accountPeerId)