Page MenuHomePhabricator

[lib] Use userStore ops in reducer
ClosedPublic

Authored by michal on Wed, Apr 3, 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)
Mon, Apr 15, 9:04 PM
Unknown Object (File)
Wed, Apr 10, 1:44 PM
Unknown Object (File)
Wed, Apr 10, 1:16 PM
Unknown Object (File)
Wed, Apr 10, 10:19 AM
Unknown Object (File)
Wed, Apr 10, 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
Lint Not Applicable
Unit
Tests Not Applicable