nolramaf

Results 5 comments of nolramaf

> ajust on your .env - CONFIG_SESSION_PHONE_VERSION=2.3000.1020885143 Funcionou!

> I managed to fix it, by updating Baileys version. In package.json, change `"baileys": "^7.0.0-rc.3"` to `"@whiskeysockets/baileys": "7.0.0-rc.6"`. Keep in mind you will need to change every import in every...

Evolution 2.3.6 is already using "baileys": "7.0.0-rc.6".

I have a modified version branched from 2.3.6 and it's working fine. In version 2.3.4, the instance was closed when WhatsApp asked to enter the device name in the app....

Eu acho que isso pode ter relação com esse código: src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts ``` if (this.localSettings.readMessages && received.key.id !== 'status@broadcast') { await this.client.readMessages([received.key]); } if (this.localSettings.readStatus && received.key.id === 'status@broadcast') { await...