mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Total count should not be less than the number of loaded participants
This commit is contained in:
parent
ea20efe2e4
commit
9388db9be6
@ -955,6 +955,8 @@ public final class GroupCallParticipantsContext {
|
||||
}
|
||||
}
|
||||
|
||||
updatedTotalCount = max(updatedTotalCount, updatedParticipants.count)
|
||||
|
||||
var updatedOverlayState = strongSelf.stateValue.overlayState
|
||||
for peerId in update.removePendingMuteStates {
|
||||
updatedOverlayState.pendingMuteStateChanges.removeValue(forKey: peerId)
|
||||
|
Loading…
x
Reference in New Issue
Block a user