mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: set "treatCiphertextMessagesAsReal" flag as default false
This commit is contained in:
@@ -30,7 +30,7 @@ const BASE_CONNECTION_CONFIG: CommonSocketConfig<any> = {
|
|||||||
emitOwnEvents: true,
|
emitOwnEvents: true,
|
||||||
defaultQueryTimeoutMs: 60_000,
|
defaultQueryTimeoutMs: 60_000,
|
||||||
customUploadHosts: [],
|
customUploadHosts: [],
|
||||||
treatCiphertextMessagesAsReal: true,
|
treatCiphertextMessagesAsReal: false,
|
||||||
retryRequestDelayMs: 250
|
retryRequestDelayMs: 250
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user