mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-18 19:32:21 -06:00
fix: simple adjust in key object
This commit is contained in:
@@ -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 },
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user