Page MenuHomePhabricator

[web] Add `CryptoStore` to `persistConfig.whitelist`
ClosedPublic

Authored by atul on Mar 14 2023, 2:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 24, 2:33 PM
Unknown Object (File)
Fri, Mar 8, 6:52 PM
Unknown Object (File)
Fri, Mar 8, 6:52 PM
Unknown Object (File)
Fri, Mar 8, 6:51 PM
Unknown Object (File)
Thu, Mar 7, 7:26 AM
Unknown Object (File)
Tue, Mar 5, 11:33 PM
Unknown Object (File)
Tue, Mar 5, 11:33 PM
Unknown Object (File)
Feb 23 2024, 8:18 AM
Subscribers

Details

Summary

We were previously excluding CryptoStore from redux-persist as we were working to avoid having to create a ton of migrations.

But now that we have primaryAccount/notificationAccount and primaryIdentityKeys/notificationIdentityKeys I think things are stable in the short term and we can start persisting.


Depends on D7081

Test Plan

Reload page and see that cryptoStore is included in REHYDRATE action:

Diff Detail

Repository
rCOMM Comm
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul requested review of this revision.Mar 14 2023, 2:43 PM
This revision is now accepted and ready to land.Mar 14 2023, 6:36 PM
ashoat added a subscriber: kamil.

FYI @kamil, another thing we'll need to move to SQLite

This revision was landed with ongoing or failed builds.Mar 15 2023, 4:20 PM
This revision was automatically updated to reflect the committed changes.