mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 09:51:24 -06:00
Merge pull request #369 from jaison-x/pr
fix: message 'connection successfully' spamming
This commit is contained in:
commit
ba3ccbbc9a
@ -1985,6 +1985,7 @@ export class ChatwootService {
|
|||||||
const msgConnection = `🚀 Connection successfully established!`;
|
const msgConnection = `🚀 Connection successfully established!`;
|
||||||
this.logger.verbose('send message to chatwoot');
|
this.logger.verbose('send message to chatwoot');
|
||||||
await this.createBotMessage(instance, msgConnection, 'incoming');
|
await this.createBotMessage(instance, msgConnection, 'incoming');
|
||||||
|
this.waMonitor.waInstances[instance.instanceName].qrCode.count = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user