fix: set "treatCiphertextMessagesAsReal" flag as default false

This commit is contained in:
Adhiraj Singh
2022-04-04 23:56:04 +05:30
parent 59f834ca39
commit 7f7ae5edbd

View File

@@ -30,7 +30,7 @@ const BASE_CONNECTION_CONFIG: CommonSocketConfig<any> = {
emitOwnEvents: true,
defaultQueryTimeoutMs: 60_000,
customUploadHosts: [],
treatCiphertextMessagesAsReal: true,
treatCiphertextMessagesAsReal: false,
retryRequestDelayMs: 250
}