diff --git a/app/store/sync.ts b/app/store/sync.ts index d22d6baf8e7..ce31ebd8f24 100644 --- a/app/store/sync.ts +++ b/app/store/sync.ts @@ -115,6 +115,7 @@ export const useSyncStore = createPersistStore( } await client.set(config.username, JSON.stringify(localState)); + this.markSyncTime(); }, @@ -146,4 +147,4 @@ export const useSyncStore = createPersistStore( return newState as any; }, }, -); \ No newline at end of file +);