fix: known keys
This commit is contained in:
parent
f39875b810
commit
be0cd62cb9
2 changed files with 8 additions and 4 deletions
|
@ -31,11 +31,13 @@ export const memoryAsyncStorage = {
|
|||
|
||||
// List of known keys that need to be cached
|
||||
const knownKeys = [
|
||||
"permission_wizard_completed",
|
||||
"override_messages",
|
||||
"last_known_location",
|
||||
"@geolocation_last_sync_time",
|
||||
"@eula_accepted",
|
||||
"@override_messages",
|
||||
"@permission_wizard_completed",
|
||||
"lastUpdateCheckTime",
|
||||
"@last_known_location",
|
||||
"eula_accepted",
|
||||
"last_update_check",
|
||||
"emulator_mode_enabled",
|
||||
];
|
||||
|
||||
|
|
|
@ -38,6 +38,8 @@ export const memorySecureStore = {
|
|||
"dev.userToken",
|
||||
"anon.authToken",
|
||||
"anon.userToken",
|
||||
"fcmTokenStored",
|
||||
"fcmTokenStoredDeviceId",
|
||||
];
|
||||
|
||||
// Load all known keys into memory
|
||||
|
|
Loading…
Add table
Reference in a new issue