We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1568554 commit c296bf4Copy full SHA for c296bf4
CHANGELOG.md
@@ -25,6 +25,7 @@
25
* Adjusted return from queries in mongodb
26
* Added restart instance when update profile picture
27
* Correction of chatwoot functioning with admin flows
28
+* Fixed problem that did not generate qrcode with the chatwoot_conversation_pending option enabled
29
30
### Integrations
31
src/whatsapp/services/chatwoot.service.ts
@@ -249,10 +249,6 @@ export class ChatwootService {
249
inbox_id: inboxId.toString(),
250
};
251
252
- if (this.provider.conversation_pending) {
253
- data['status'] = 'pending';
254
- }
255
-
256
const conversation = await client.conversations.create({
257
accountId: this.provider.account_id,
258
data,
0 commit comments