Page MenuHomePhabricator

[web-db] stop persisting drafts in redux-persist
ClosedPublic

Authored by kamil on Apr 27 2023, 7:42 AM.
Tags
None
Referenced Files
F1782917: D7666.id.diff
Sat, May 18, 9:02 AM
F1782437: D7666.id26376.diff
Sat, May 18, 7:39 AM
Unknown Object (File)
Wed, May 15, 11:21 PM
Unknown Object (File)
Sun, May 5, 9:50 AM
Unknown Object (File)
Apr 3 2024, 7:40 AM
Unknown Object (File)
Apr 3 2024, 7:40 AM
Unknown Object (File)
Apr 3 2024, 7:40 AM
Unknown Object (File)
Apr 3 2024, 7:39 AM
Subscribers

Details

Summary

Drafts are now in SQLite - we can remove those from redux-persist (only for staff).

Depends on D7665

Test Plan

Check if drafts still works and are not persisted via redux-persist.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Apr 27 2023, 7:59 AM
web/root.js
29

To make it clear that this only reflects the state at the start of execution, maybe we rename this variable

This revision is now accepted and ready to land.Apr 28 2023, 4:35 AM

address review, rebase before landing