Convert logic to ops approach.
Creating separate diff because I am a bit confused - @inka is modifying the state instead of returning on purpose?
Paths
| Differential D10767 Authored by kamil on Jan 22 2024, 3:29 AM.
Details Summary Convert logic to ops approach. Creating separate diff because I am a bit confused - @inka is modifying the state instead of returning on purpose? Test Plan Register new user on native and make sure state is properly set
Diff Detail
Event Timelinekamil held this revision as a draft. Herald added subscribers: tomek, ashoat. · View Herald TranscriptJan 22 2024, 3:29 AM2024-01-22 03:29:41 (UTC-8) kamil edited parent revisions, added: D10766: [lib] refactor processing updates and setting `urlPrefix` in `keyserver-reducer` to ops; removed: D10763: [lib] refactor state-sync actions in `keyserver-reducer` to ops.Jan 22 2024, 3:34 AM2024-01-22 03:34:40 (UTC-8) kamil added a child revision: D10768: [lib] refactor updating connection status in `keyserver-reducer` to ops. Harbormaster completed remote builds in B25994: Diff 35926.Jan 22 2024, 3:47 AM2024-01-22 03:47:54 (UTC-8) Comment Actions kamil edited the test plan for this revision. (Show Details)Jan 27 2024, 9:12 AM2024-01-27 09:12:32 (UTC-8) kamil added a parent revision: D10763: [lib] refactor state-sync actions in `keyserver-reducer` to ops. kamil removed a parent revision: D10763: [lib] refactor state-sync actions in `keyserver-reducer` to ops. This revision is now accepted and ready to land.Jan 29 2024, 1:46 AM2024-01-29 01:46:12 (UTC-8) Closed by commit rCOMMfe3c795750ce: [lib] refactor keyserver register in `keyserver-reducer` to ops (authored by kamil). · Explain WhyJan 31 2024, 8:23 AM2024-01-31 08:23:19 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 36394 lib/reducers/keyserver-reducer.js
|
This is because of Flow not being able to infer these as non-null after await broadcastAccountDeletion(); was called