We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ee2fe commit a999603Copy full SHA for a999603
1 file changed
src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts
@@ -626,14 +626,7 @@ export class BaileysStartupService extends ChannelStartupService {
626
this.logger.info(`Phone number: ${number}`);
627
}
628
629
-<<<<<<< HEAD
630
- // Multi-Device mode: não definimos browser para evitar ser tratado como WebClient
631
- // Isso faz o Baileys usar o modo MD nativo, que não conflita com outras sessões
632
- this.logger.info('Using Multi-Device native mode (no browser identification)');
633
-
634
// Fetch latest WhatsApp Web version automatically
635
-=======
636
->>>>>>> 6b18bc21 (chore: remove unused deploy files and cleanup whatsapp service)
637
const baileysVersion = await fetchLatestWaWebVersion({});
638
const version = baileysVersion.version;
639
0 commit comments