From 35980159f3124ebeb8db07e93d610409421df7f1 Mon Sep 17 00:00:00 2001 From: Mathieu Artu Date: Thu, 19 Dec 2024 10:06:49 +0100 Subject: [PATCH] fix: add missing account sync state --- app/util/logs/__snapshots__/index.test.ts.snap | 1 + app/util/test/initial-background-state.json | 1 + 2 files changed, 2 insertions(+) diff --git a/app/util/logs/__snapshots__/index.test.ts.snap b/app/util/logs/__snapshots__/index.test.ts.snap index 197b81ca95f..04e5f381aa0 100644 --- a/app/util/logs/__snapshots__/index.test.ts.snap +++ b/app/util/logs/__snapshots__/index.test.ts.snap @@ -345,6 +345,7 @@ exports[`logs :: generateStateLogs generates a valid json export 1`] = ` }, "UserStorageController": { "hasAccountSyncingSyncedAtLeastOnce": false, + "isAccountSyncingInProgress": false, "isAccountSyncingReadyToBeDispatched": false, "isProfileSyncingEnabled": true, "isProfileSyncingUpdateLoading": false, diff --git a/app/util/test/initial-background-state.json b/app/util/test/initial-background-state.json index 0191af34f02..53276453bee 100644 --- a/app/util/test/initial-background-state.json +++ b/app/util/test/initial-background-state.json @@ -352,6 +352,7 @@ "UserStorageController": { "hasAccountSyncingSyncedAtLeastOnce": false, "isAccountSyncingReadyToBeDispatched": false, + "isAccountSyncingInProgress": false, "isProfileSyncingEnabled": true, "isProfileSyncingUpdateLoading": false }