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
Unknown Object (File)
Sat, Nov 2, 1:01 AM
Unknown Object (File)
Sat, Nov 2, 1:01 AM
Unknown Object (File)
Sat, Nov 2, 1:01 AM
Unknown Object (File)
Sat, Nov 2, 12:55 AM
Unknown Object (File)
Sep 26 2024, 4:13 PM
Unknown Object (File)
Sep 26 2024, 4:10 PM
Unknown Object (File)
Sep 23 2024, 9:32 AM
Unknown Object (File)
Aug 29 2024, 10:37 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
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #25851)

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