mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-25 01:48:39 -06:00
fix: simple adjust in key object
This commit is contained in:
parent
89a37a1771
commit
a44cd0373e
@ -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