mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 15:45:39 +01:00
Add more logs for call disposition
This commit is contained in:
@@ -27,6 +27,9 @@ export async function onCallEventSync(
|
||||
return;
|
||||
}
|
||||
|
||||
log.info(
|
||||
`onCallEventSync: Queuing job to add call history (Call ID: ${callId})`
|
||||
);
|
||||
await conversation.queueJob('onCallEventSync', async () => {
|
||||
await conversation.addCallHistory(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user