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