mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-24 17:38:40 -06:00
Update whatsapp.service.ts
This commit is contained in:
parent
89a37a1771
commit
2c0b629302
@ -1951,14 +1951,7 @@ export class WAStartupService {
|
|||||||
this.chatwootService.eventWhatsapp(
|
this.chatwootService.eventWhatsapp(
|
||||||
Events.MESSAGES_DELETE,
|
Events.MESSAGES_DELETE,
|
||||||
{ instanceName: this.instance.name },
|
{ instanceName: this.instance.name },
|
||||||
{
|
{ key: key },
|
||||||
key: {
|
|
||||||
remoteJid: key.remoteJid,
|
|
||||||
fromMe: key.fromMe,
|
|
||||||
id: key.id,
|
|
||||||
participant: key.participant,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user