We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8622e1e commit fa60b68Copy full SHA for fa60b68
src/whatsapp/services/whatsapp.service.ts
@@ -1544,6 +1544,14 @@ export class WAStartupService {
1544
this.logger.verbose('Sending data to webhook in event SEND_MESSAGE');
1545
await this.sendDataWebhook(Events.SEND_MESSAGE, messageRaw);
1546
1547
+ // if (this.localChatwoot.enabled) {
1548
+ // this.chatwootService.eventWhatsapp(
1549
+ // Events.SEND_MESSAGE,
1550
+ // { instanceName: this.instance.name },
1551
+ // messageRaw,
1552
+ // );
1553
+ // }
1554
+
1555
this.logger.verbose('Inserting message in database');
1556
await this.repository.message.insert(
1557
[messageRaw],
0 commit comments