Page MenuHomePhabricator

[keyserver][lib][web][native] Move updatesCurrentAsOf field to keyserverSotre
ClosedPublic

Authored by inka on Aug 3 2023, 6:48 AM.
Tags
None
Referenced Files
F2175746: D8719.id30138.diff
Wed, Jul 3, 3:13 AM
F2173635: D8719.id29532.diff
Tue, Jul 2, 10:32 PM
F2173632: D8719.id29531.diff
Tue, Jul 2, 10:32 PM
F2173628: D8719.id29507.diff
Tue, Jul 2, 10:32 PM
F2173627: D8719.id.diff
Tue, Jul 2, 10:32 PM
F2173623: D8719.diff
Tue, Jul 2, 10:31 PM
F2170389: D8719.id29532.diff
Tue, Jul 2, 2:00 PM
F2169146: D8719.id.diff
Tue, Jul 2, 10:26 AM
Subscribers

Details

Summary

issue: https://linear.app/comm/issue/ENG-4458/refactor-updatescurrentasof-field
For now, we are using the id of our keyserver. In the future, actions that change fields in the keyserverStore will include in their payload the id of the keyserver the action is related to. That
id will be used in place of ashoatKeyserverID. Thiss will be done during https://linear.app/comm/issue/ENG-4440/refactor-redux-fields-second-iteration-refactor-actions

Test Plan

Ran yarn flow-all. Checked with redux devtools that the field gets correctly migrated to keyserverStore

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

inka requested review of this revision.Aug 3 2023, 11:40 AM
lib/reducers/keyserver-reducer.js
58–62 ↗(On Diff #29532)

This comes from that reduceUpdatesCurrentAsOf changes updatesCurrentAsOf on those actions

This revision is now accepted and ready to land.Aug 16 2023, 1:28 AM