We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a37a1 commit a44cd03Copy full SHA for a44cd03
1 file changed
src/whatsapp/services/whatsapp.service.ts
@@ -1951,14 +1951,7 @@ export class WAStartupService {
1951
this.chatwootService.eventWhatsapp(
1952
Events.MESSAGES_DELETE,
1953
{ instanceName: this.instance.name },
1954
- {
1955
- key: {
1956
- remoteJid: key.remoteJid,
1957
- fromMe: key.fromMe,
1958
- id: key.id,
1959
- participant: key.participant,
1960
- },
1961
+ { key: key },
1962
);
1963
}
1964
0 commit comments