mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Added Option to skip QR Logging in Terminal (#552)
QR logging can now be disabled using connect option.
This commit is contained in:
@@ -48,7 +48,8 @@ export class WAConnection extends EventEmitter {
|
||||
phoneResponseTime: 15_000,
|
||||
maxQueryResponseTime: 10_000,
|
||||
alwaysUseTakeover: true,
|
||||
queryChatsTillReceived: true
|
||||
queryChatsTillReceived: true,
|
||||
logQR: true
|
||||
}
|
||||
/** When to auto-reconnect */
|
||||
autoReconnect = ReconnectMode.onConnectionLost
|
||||
|
||||
Reference in New Issue
Block a user