socket,config: deprecate printQRInTerminal option

This was done to reduce dependencies
This commit is contained in:
Rajeh Taher
2025-03-10 15:08:50 +02:00
parent e1aadc5546
commit 1c2af09b03
6 changed files with 8 additions and 30 deletions

View File

@@ -42,7 +42,6 @@ export const DEFAULT_CONNECTION_CONFIG: SocketConfig = {
connectTimeoutMs: 20_000,
keepAliveIntervalMs: 30_000,
logger: logger.child({ class: 'baileys' }),
printQRInTerminal: false,
emitOwnEvents: true,
defaultQueryTimeoutMs: 60_000,
customUploadHosts: [],