Page MenuHomePhabricator

[lib] Use userStore ops in reducer
ClosedPublic

Authored by michal on Apr 3 2024, 6:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 28, 5:21 AM
Unknown Object (File)
Fri, Apr 19, 2:33 PM
Unknown Object (File)
Tue, Apr 16, 7:35 PM
Unknown Object (File)
Apr 15 2024, 9:04 PM
Unknown Object (File)
Apr 10 2024, 1:44 PM
Unknown Object (File)
Apr 10 2024, 1:16 PM
Unknown Object (File)
Apr 10 2024, 10:19 AM
Unknown Object (File)
Apr 10 2024, 7:23 AM
Subscribers

Details

Summary

On web we don't persist userStore in redux persist so we can't have a "migration period" where we test if the data in redux persist and sqlite matches and because of that we need to remove the asserts. But this code has been on native for some time now, and seems to work fine so we should be able to remove the safeguards and use data from sqlite directly without any problems.

Test Plan

Play around with the app on web and native, check if there are any errors.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage