We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe9b00 commit bbbe667Copy full SHA for bbbe667
src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts
@@ -1509,7 +1509,7 @@ export class BaileysStartupService extends ChannelStartupService {
1509
remoteJid: key.remoteJid,
1510
fromMe: key.fromMe,
1511
participant: key?.remoteJid,
1512
- status: status[update.status],
+ status: status[update.status] || findMessage.status,
1513
pollUpdates,
1514
instanceId: this.instanceId,
1515
};
0 commit comments