We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0278a commit 1ca829cCopy full SHA for 1ca829c
src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts
@@ -575,10 +575,7 @@ export class ChatwootService {
575
576
try {
577
// Processa atualização de contatos já criados @lid
578
- if (
579
- isLid &&
580
- body.key.senderPn !== body.key.previousRemoteJid
581
- ) {
+ if (isLid && body.key.senderPn !== body.key.previousRemoteJid) {
582
const contact = await this.findContact(instance, body.key.remoteJid.split('@')[0]);
583
if (contact && contact.identifier !== body.key.senderPn) {
584
this.logger.verbose(
0 commit comments