Fix unintentional removal of group call without ringer

This commit is contained in:
Evan Hahn 2021-08-26 10:45:11 -05:00 committed by GitHub
parent 9236f59524
commit 598513e037
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1612,7 +1612,7 @@ export function reducer(
}
if (
!isAnybodyElseInGroupCall(peekInfo, ourConversationId) ||
!isAnybodyElseInGroupCall(peekInfo, ourConversationId) &&
!existingCall.ringerUuid
) {
return removeConversationFromState(state, conversationId);