Skip to content

Commit

Permalink
feat: persist isAccountSyncingReadyToBeDispatched statue value (#5147)
Browse files Browse the repository at this point in the history
## Explanation

This PR changes the `isAccountSyncingReadyToBeDispatched` state value so
it is persisted.

## References

## Changelog

### `@metamask/profile-sync-controller`

- **CHANGED**: `isAccountSyncingReadyToBeDispatched` state value is now
persisted

## Checklist

- [x] I've updated the test suite for new or updated code as appropriate
- [x] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [x] I've highlighted breaking changes using the "BREAKING" category
above as appropriate
- [x] I've prepared draft pull requests for clients and consumer
packages to resolve any breaking changes
  • Loading branch information
mathieuartu authored Jan 14, 2025
1 parent 6fdfbd7 commit 94ac34e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const metadata: StateMetadata<UserStorageControllerState> = {
anonymous: false,
},
isAccountSyncingReadyToBeDispatched: {
persist: false,
persist: true,
anonymous: false,
},
isAccountSyncingInProgress: {
Expand Down

0 comments on commit 94ac34e

Please sign in to comment.