Allow the reducer to return operations.
https://linear.app/comm/issue/ENG-10331/modify-the-reducer-to-support-the-db-operations
Depends on D14452
Paths
| Differential D14453 Authored by tomek on Mon, Mar 17, 7:02 AM.
Tags None Referenced Files
Subscribers
Details
Summary Allow the reducer to return operations. https://linear.app/comm/issue/ENG-10331/modify-the-reducer-to-support-the-db-operations Depends on D14452 Test Plan Tested the whole stack on both native and web:
unshimDMOperations( state, dmOperationTypes.CREATE_THREAD, handleReduxMigrationFailure, ): MigrationFunction<WebNavInfo, AppState>),
Diff Detail
Event TimelineHerald added a subscriber: ashoat. · View Herald TranscriptMon, Mar 17, 7:02 AM2025-03-17 07:02:02 (UTC-7) tomek added a child revision: D14454: [lib] Save unsupported operations in the DB.Mon, Mar 17, 7:05 AM2025-03-17 07:05:03 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Mon, Mar 17, 7:28 AM2025-03-17 07:28:07 (UTC-7) Harbormaster completed remote builds in B33756: Diff 47446.Tue, Mar 18, 3:59 AM2025-03-18 03:59:42 (UTC-7) This revision is now accepted and ready to land.Tue, Mar 18, 7:48 AM2025-03-18 07:48:44 (UTC-7) Closed by commit rCOMMdec6602b77a8: [lib] Handle ops in the reducer (authored by tomek). · Explain WhyWed, Mar 19, 9:57 AM2025-03-19 09:57:09 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 47418 lib/reducers/dm-operations-queue-reducer.js
lib/reducers/master-reducer.js
|