mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-09 21:32:20 -06:00
correction of messages sent by the api and typebot not appearing in chatwoot
This commit is contained in:
@@ -1279,7 +1279,7 @@ export class ChatwootService {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (event === 'messages.upsert') {
|
||||
if (event === 'messages.upsert' || event === 'send.messages') {
|
||||
this.logger.verbose('event messages.upsert');
|
||||
|
||||
if (body.key.remoteJid === 'status@broadcast') {
|
||||
|
||||
Reference in New Issue
Block a user