mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fixes calling participants list popup
This commit is contained in:
@@ -1783,6 +1783,8 @@ export class CallingClass {
|
||||
await processGroupCallRingCancellation(ringId);
|
||||
}
|
||||
|
||||
this.stopCallingLobby();
|
||||
|
||||
if (shouldRing) {
|
||||
log.info('handleGroupCallRingUpdate: ringing');
|
||||
this.reduxInterface?.receiveIncomingGroupCall({
|
||||
@@ -1886,6 +1888,8 @@ export class CallingClass {
|
||||
|
||||
this.attachToCall(conversation, call);
|
||||
|
||||
this.stopCallingLobby();
|
||||
|
||||
this.reduxInterface.receiveIncomingDirectCall({
|
||||
conversationId: conversation.id,
|
||||
isVideoCall: call.isVideoCall,
|
||||
|
||||
Reference in New Issue
Block a user