fix: It is now possible to send images via the Evolution Channel

This commit is contained in:
Davidson Gomes
2024-09-11 17:20:07 -03:00
parent 9f30c7b160
commit 599560bdd7
3 changed files with 142 additions and 18 deletions

View File

@@ -635,7 +635,7 @@ export class ChatwootService {
}
}
} else {
const jid = isGroup ? null : body.key.remoteJid;
const jid = body.key.remoteJid;
contact = await this.createContact(
instance,
chatId,