feat: implement "treatCiphertextMessagesAsReal" flag

This commit is contained in:
Adhiraj Singh
2022-03-21 14:15:22 +05:30
parent b5470e1b00
commit 93c8db319e
5 changed files with 22 additions and 5 deletions

View File

@@ -30,6 +30,7 @@ const BASE_CONNECTION_CONFIG: CommonSocketConfig<any> = {
emitOwnEvents: true,
defaultQueryTimeoutMs: 60_000,
customUploadHosts: [],
treatCiphertextMessagesAsReal: true
}
export const DEFAULT_CONNECTION_CONFIG: SocketConfig = {