Fix unintentional removal of group call without ringer
This commit is contained in:
@@ -1612,7 +1612,7 @@ export function reducer(
|
||||
}
|
||||
|
||||
if (
|
||||
!isAnybodyElseInGroupCall(peekInfo, ourConversationId) ||
|
||||
!isAnybodyElseInGroupCall(peekInfo, ourConversationId) &&
|
||||
!existingCall.ringerUuid
|
||||
) {
|
||||
return removeConversationFromState(state, conversationId);
|
||||
|
Reference in New Issue
Block a user