mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 09:51:24 -06:00
fix: Fixed problem that did not generate qrcode with the chatwoot_conversation_pending option enabled
This commit is contained in:
parent
1568554a1c
commit
c296bf4178
@ -25,6 +25,7 @@
|
||||
* Adjusted return from queries in mongodb
|
||||
* Added restart instance when update profile picture
|
||||
* Correction of chatwoot functioning with admin flows
|
||||
* Fixed problem that did not generate qrcode with the chatwoot_conversation_pending option enabled
|
||||
|
||||
### Integrations
|
||||
|
||||
|
@ -249,10 +249,6 @@ export class ChatwootService {
|
||||
inbox_id: inboxId.toString(),
|
||||
};
|
||||
|
||||
if (this.provider.conversation_pending) {
|
||||
data['status'] = 'pending';
|
||||
}
|
||||
|
||||
const conversation = await client.conversations.create({
|
||||
accountId: this.provider.account_id,
|
||||
data,
|
||||
|
Loading…
Reference in New Issue
Block a user