mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Merge pull request #614 from Pokoke-01/Pokoke-01-patch-1
Change the default browser to fix pairing code
This commit is contained in:
@@ -55,7 +55,7 @@ export const PROCESSABLE_HISTORY_TYPES = [
|
||||
|
||||
export const DEFAULT_CONNECTION_CONFIG: SocketConfig = {
|
||||
version: version as WAVersion,
|
||||
browser: Browsers.baileys('Chrome'),
|
||||
browser: Browsers.ubuntu('Chrome'),
|
||||
waWebSocketUrl: 'wss://web.whatsapp.com/ws/chat',
|
||||
connectTimeoutMs: 20_000,
|
||||
keepAliveIntervalMs: 30_000,
|
||||
|
||||
Reference in New Issue
Block a user