File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414* Fixed problem with fileSha256 appearing when sending a sticker in chatwoot
1515* Fixed issue where it was not possible to open a conversation when sent at first by me on my cell phone in chatwoot
1616* Now it only updates the contact name if it is the same as the phone number in chatwoot
17+ * Now accepts all chatwoot inbox templates
1718
1819### Integrations
1920
Original file line number Diff line number Diff line change @@ -1111,11 +1111,7 @@ export class ChatwootService {
11111111 }
11121112 }
11131113
1114- if (
1115- body . message_type === 'template' &&
1116- body . content_type === 'input_csat' &&
1117- body . event === 'message_created'
1118- ) {
1114+ if ( body . message_type === 'template' && body . event === 'message_created' ) {
11191115 this . logger . verbose ( 'check if is csat' ) ;
11201116
11211117 const data : SendTextDto = {
You can’t perform that action at this time.
0 commit comments