mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix wrong ringerId in auto-ended remote call
This commit is contained in:
@@ -3450,7 +3450,10 @@ export default class MessageReceiver
|
||||
|
||||
const { receivedAtCounter } = envelope;
|
||||
|
||||
const callEventDetails = getCallEventForProto(callEvent);
|
||||
const callEventDetails = getCallEventForProto(
|
||||
callEvent,
|
||||
'MessageReceiver.handleCallEvent'
|
||||
);
|
||||
|
||||
const callEventSync = new CallEventSyncEvent(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user