mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
fix: Now accepts all chatwoot inbox templates
This commit is contained in:
parent
c9b24ff612
commit
bcada5d553
@ -14,6 +14,7 @@
|
|||||||
* Fixed problem with fileSha256 appearing when sending a sticker in chatwoot
|
* Fixed problem with fileSha256 appearing when sending a sticker in chatwoot
|
||||||
* Fixed issue where it was not possible to open a conversation when sent at first by me on my cell phone in chatwoot
|
* Fixed issue where it was not possible to open a conversation when sent at first by me on my cell phone in chatwoot
|
||||||
* Now it only updates the contact name if it is the same as the phone number in chatwoot
|
* Now it only updates the contact name if it is the same as the phone number in chatwoot
|
||||||
|
* Now accepts all chatwoot inbox templates
|
||||||
|
|
||||||
### Integrations
|
### Integrations
|
||||||
|
|
||||||
|
@ -1111,11 +1111,7 @@ export class ChatwootService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (
|
if (body.message_type === 'template' && body.event === 'message_created') {
|
||||||
body.message_type === 'template' &&
|
|
||||||
body.content_type === 'input_csat' &&
|
|
||||||
body.event === 'message_created'
|
|
||||||
) {
|
|
||||||
this.logger.verbose('check if is csat');
|
this.logger.verbose('check if is csat');
|
||||||
|
|
||||||
const data: SendTextDto = {
|
const data: SendTextDto = {
|
||||||
|
Loading…
Reference in New Issue
Block a user