Fix unintentional removal of group call without ringer
This commit is contained in:
parent
9236f59524
commit
598513e037
1 changed files with 1 additions and 1 deletions
|
@ -1612,7 +1612,7 @@ export function reducer(
|
|||
}
|
||||
|
||||
if (
|
||||
!isAnybodyElseInGroupCall(peekInfo, ourConversationId) ||
|
||||
!isAnybodyElseInGroupCall(peekInfo, ourConversationId) &&
|
||||
!existingCall.ringerUuid
|
||||
) {
|
||||
return removeConversationFromState(state, conversationId);
|
||||
|
|
Loading…
Reference in a new issue