diff --git a/src/api/services/channels/whatsapp.baileys.service.ts b/src/api/services/channels/whatsapp.baileys.service.ts index 638244c0..668dc9d5 100644 --- a/src/api/services/channels/whatsapp.baileys.service.ts +++ b/src/api/services/channels/whatsapp.baileys.service.ts @@ -592,7 +592,7 @@ export class BaileysStartupService extends ChannelStartupService { }, logger: P({ level: this.logBaileys }), printQRInTerminal: false, - ...browserOptions, + // ...browserOptions, version, markOnlineOnConnect: this.localSettings.alwaysOnline, retryRequestDelayMs: 350, @@ -601,7 +601,7 @@ export class BaileysStartupService extends ChannelStartupService { connectTimeoutMs: 20_000, keepAliveIntervalMs: 30_000, qrTimeout: 45_000, - defaultQueryTimeoutMs: undefined, + // defaultQueryTimeoutMs: undefined, emitOwnEvents: false, shouldIgnoreJid: (jid) => { const isGroupJid = this.localSettings.groupsIgnore && isJidGroup(jid);