feat: resync main app state on first open

This commit is contained in:
Adhiraj Singh
2022-04-08 23:29:36 +05:30
parent 850611e500
commit 060c838707
3 changed files with 7 additions and 1 deletions

View File

@@ -111,7 +111,8 @@ export const initAuthCreds = (): AuthenticationCreds => {
serverHasPreKeys: false,
accountSettings: {
unarchiveChats: false
}
},
didInitialAppStateSync: false
}
}