Skip to content

Commit 85ca068

Browse files
committed
fix: fixed bug of creating new inbox by chatwoot
1 parent 78689a2 commit 85ca068

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

src/whatsapp/services/chatwoot.service.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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`,

0 commit comments

Comments
 (0)