mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-03-21 20:18:40 -06:00
fix: resolve merge markers in whatsapp service
This commit is contained in:
@@ -626,14 +626,7 @@ export class BaileysStartupService extends ChannelStartupService {
|
||||
this.logger.info(`Phone number: ${number}`);
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
// Multi-Device mode: não definimos browser para evitar ser tratado como WebClient
|
||||
// Isso faz o Baileys usar o modo MD nativo, que não conflita com outras sessões
|
||||
this.logger.info('Using Multi-Device native mode (no browser identification)');
|
||||
|
||||
// Fetch latest WhatsApp Web version automatically
|
||||
=======
|
||||
>>>>>>> 6b18bc21 (chore: remove unused deploy files and cleanup whatsapp service)
|
||||
const baileysVersion = await fetchLatestWaWebVersion({});
|
||||
const version = baileysVersion.version;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user