fix: fire init queries toggle

This commit is contained in:
Adhiraj Singh
2022-08-12 09:05:58 +05:30
parent 0b3cfb9570
commit 19484e5cfc
3 changed files with 18 additions and 7 deletions

View File

@@ -43,6 +43,7 @@ const BASE_CONNECTION_CONFIG: CommonSocketConfig = {
export const DEFAULT_CONNECTION_CONFIG: SocketConfig = {
...BASE_CONNECTION_CONFIG,
fireInitQueries: true,
auth: undefined as any,
downloadHistory: true,
markOnlineOnConnect: true,