diff --git a/packages/whatsapp.gblib/services/WhatsappDirectLine.ts b/packages/whatsapp.gblib/services/WhatsappDirectLine.ts index f3b69d88..925b2a28 100644 --- a/packages/whatsapp.gblib/services/WhatsappDirectLine.ts +++ b/packages/whatsapp.gblib/services/WhatsappDirectLine.ts @@ -142,7 +142,8 @@ export class WhatsappDirectLine extends GBService { const localName = Path.join('work', path, 'profile'); const createClient = () => { const client = (this.customClient = new Client({ - puppeteer: GBSSR.preparePuppeteer(localName) + puppeteer: GBSSR.preparePuppeteer(localName), + webVersion: '2.2412.50' })); client.on( 'message',