We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f9b42 commit 9a43c0fCopy full SHA for 9a43c0f
1 file changed
extensions/whatsapp/src/auto-reply/monitor.ts
@@ -443,6 +443,7 @@ export async function monitorWebChannel(
443
});
444
enqueueSystemEvent(`WhatsApp gateway connected${selfE164 ? ` as ${selfE164}` : ""}.`, {
445
sessionKey: connectRoute.sessionKey,
446
+ trusted: true,
447
448
449
const normalizedAccountId = normalizeReconnectAccountId(account.accountId);
@@ -502,6 +503,7 @@ export async function monitorWebChannel(
502
503
`WhatsApp gateway disconnected (status ${decision.normalized.statusLabel})`,
504
{
505
506
507
},
508
);
509
0 commit comments