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
F2197912: D8719.diff
Fri, Jul 5, 4:12 PM
F2194693: D8719.diff
Fri, Jul 5, 6:54 AM
Unknown Object (File)
Wed, Jul 3, 3:13 AM
Unknown Object (File)
Tue, Jul 2, 10:32 PM
Unknown Object (File)
Tue, Jul 2, 10:32 PM
Unknown Object (File)
Tue, Jul 2, 10:32 PM
Unknown Object (File)
Tue, Jul 2, 10:32 PM
Unknown Object (File)
Tue, Jul 2, 10:31 PM
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
Branch
inka/redux
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

inka requested review of this revision.Aug 3 2023, 11:40 AM
lib/reducers/keyserver-reducer.js
58–62

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