Page MenuHomePhabricator

[native][web] Remove processing the ops from reducers
ClosedPublic

Authored by tomek on Mar 21 2024, 8:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 12:49 PM
Unknown Object (File)
Thu, Apr 25, 12:48 PM
Unknown Object (File)
Wed, Apr 17, 1:40 PM
Unknown Object (File)
Wed, Apr 17, 2:18 AM
Unknown Object (File)
Wed, Apr 3, 1:50 AM
Unknown Object (File)
Wed, Apr 3, 1:50 AM
Unknown Object (File)
Wed, Apr 3, 1:50 AM
Unknown Object (File)
Tue, Apr 2, 9:21 AM
Subscribers

Details

Summary

We no longer need to process the ops in reducers because the new handler handles that.

https://linear.app/comm/issue/ENG-7099/stop-processing-the-ops-in-master-reducers

Depends on D11367

Test Plan

Check if the changes are persisted in the db - by e.g. checking if the drafts remain present after restarting the app.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Mar 21 2024, 8:34 AM
Harbormaster failed remote builds in B27649: Diff 38270!
tomek requested review of this revision.Mar 27 2024, 9:15 AM
web/redux/redux-setup.js
490–501 ↗(On Diff #38372)

Nit: to me it feels like it would be more clear to invert this condition now

kamil added inline comments.
web/redux/redux-setup.js
371 ↗(On Diff #38372)

we can rename it now to reflect changes

This revision is now accepted and ready to land.Mar 28 2024, 3:52 AM

Rename and invert a condition