Update whatsapp.service.ts

This commit is contained in:
jaison-x 2023-12-21 00:23:33 -03:00 committed by GitHub
parent 89a37a1771
commit 2c0b629302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 },
);
}