perf: do not resync on every reconnect

This commit is contained in:
Adhiraj Singh
2021-11-24 18:46:38 +05:30
parent 13ef870f3e
commit aa3309db3c

View File

@@ -470,7 +470,6 @@ export const makeChatsSocket = (config: SocketConfig) => {
sendPresenceUpdate('available')
fetchBlocklist()
fetchPrivacySettings()
resyncMainAppState()
}
})