mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
fix: fixed bug of creating new inbox by chatwoot
This commit is contained in:
parent
78689a23e5
commit
85ca0683ed
@ -1,3 +1,7 @@
|
||||
# 1.4.6 (homolog)
|
||||
|
||||
* Fixed bug of creating new inbox by chatwoot
|
||||
|
||||
# 1.4.5 (2023-07-26 09:32)
|
||||
|
||||
### Fixed
|
||||
|
@ -998,6 +998,8 @@ export class ChatwootService {
|
||||
chatwoot_token: this.provider.token,
|
||||
chatwoot_url: this.provider.url,
|
||||
chatwoot_sign_msg: this.provider.sign_msg,
|
||||
chatwoot_reopen_conversation: this.provider.reopen_conversation,
|
||||
chatwoot_conversation_pending: this.provider.conversation_pending,
|
||||
};
|
||||
|
||||
if (command.split(':')[2]) {
|
||||
@ -1530,7 +1532,7 @@ export class ChatwootService {
|
||||
}
|
||||
|
||||
// eslint-disable-next-line
|
||||
const config = {
|
||||
const config = {
|
||||
method: 'post',
|
||||
maxBodyLength: Infinity,
|
||||
url: `${urlServer}/instance/create`,
|
||||
|
Loading…
Reference in New Issue
Block a user