File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ # 1.4.6 (homolog)
2+
3+ * Fixed bug of creating new inbox by chatwoot
4+
15# 1.4.5 (2023-07-26 09:32)
26
37### Fixed
Original file line number Diff line number Diff line change @@ -998,6 +998,8 @@ export class ChatwootService {
998998 chatwoot_token : this . provider . token ,
999999 chatwoot_url : this . provider . url ,
10001000 chatwoot_sign_msg : this . provider . sign_msg ,
1001+ chatwoot_reopen_conversation : this . provider . reopen_conversation ,
1002+ chatwoot_conversation_pending : this . provider . conversation_pending ,
10011003 } ;
10021004
10031005 if ( command . split ( ':' ) [ 2 ] ) {
@@ -1530,7 +1532,7 @@ export class ChatwootService {
15301532 }
15311533
15321534 // eslint-disable-next-line
1533- const config = {
1535+ const config = {
15341536 method : 'post' ,
15351537 maxBodyLength : Infinity ,
15361538 url : `${ urlServer } /instance/create` ,
You can’t perform that action at this time.
0 commit comments