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 4b043cb commit 2feaf1cCopy full SHA for 2feaf1c
src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts
@@ -1465,7 +1465,7 @@ export class BaileysStartupService extends ChannelStartupService {
1465
remoteJid: key?.remoteJid,
1466
fromMe: key.fromMe,
1467
participant: key?.participant,
1468
- status: status[update.status],
+ status: status[update.status] ?? 'DELETED',
1469
pollUpdates,
1470
instanceId: this.instanceId,
1471
};
0 commit comments