diff --git a/src/whatsapp/services/whatsapp.service.ts b/src/whatsapp/services/whatsapp.service.ts index 4fd79e4d..f222d5b7 100644 --- a/src/whatsapp/services/whatsapp.service.ts +++ b/src/whatsapp/services/whatsapp.service.ts @@ -1951,14 +1951,7 @@ export class WAStartupService { this.chatwootService.eventWhatsapp( Events.MESSAGES_DELETE, { instanceName: this.instance.name }, - { - key: { - remoteJid: key.remoteJid, - fromMe: key.fromMe, - id: key.id, - participant: key.participant, - }, - }, + { key: key }, ); }