diff options
Diffstat (limited to 'src/state/models/root-store.ts')
-rw-r--r-- | src/state/models/root-store.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/state/models/root-store.ts b/src/state/models/root-store.ts index 4085a52c3..c07cf3078 100644 --- a/src/state/models/root-store.ts +++ b/src/state/models/root-store.ts @@ -101,7 +101,6 @@ export class RootStoreModel { this.agent = agent applyDebugHeader(this.agent) this.me.clear() - await this.preferences.sync() await this.me.load() if (!hadSession) { await resetNavigation() @@ -137,7 +136,6 @@ export class RootStoreModel { } try { await this.me.updateIfNeeded() - await this.preferences.sync() } catch (e: any) { logger.error('Failed to fetch latest state', {error: e}) } |