Skip to content

Commit

Permalink
fix: add missing account sync state
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuartu committed Dec 19, 2024
1 parent 3f2937a commit 3598015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/util/logs/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ exports[`logs :: generateStateLogs generates a valid json export 1`] = `
},
"UserStorageController": {
"hasAccountSyncingSyncedAtLeastOnce": false,
"isAccountSyncingInProgress": false,
"isAccountSyncingReadyToBeDispatched": false,
"isProfileSyncingEnabled": true,
"isProfileSyncingUpdateLoading": false,
Expand Down
1 change: 1 addition & 0 deletions app/util/test/initial-background-state.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@
"UserStorageController": {
"hasAccountSyncingSyncedAtLeastOnce": false,
"isAccountSyncingReadyToBeDispatched": false,
"isAccountSyncingInProgress": false,
"isProfileSyncingEnabled": true,
"isProfileSyncingUpdateLoading": false
}
Expand Down

0 comments on commit 3598015

Please sign in to comment.