Page MenuHomePhabricator

[lib] refactor keyserver register in `keyserver-reducer` to ops
ClosedPublic

Authored by kamil on Jan 22 2024, 3:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 18, 4:17 AM
Unknown Object (File)
Thu, Mar 13, 3:56 PM
Unknown Object (File)
Wed, Mar 12, 2:13 AM
Unknown Object (File)
Feb 21 2025, 11:41 AM
Unknown Object (File)
Feb 21 2025, 11:41 AM
Unknown Object (File)
Feb 21 2025, 11:41 AM
Unknown Object (File)
Feb 21 2025, 11:40 AM
Unknown Object (File)
Jan 29 2025, 11:29 PM
Subscribers

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

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Jan 22 2024, 6:35 AM

Creating separate diff because I am a bit confused - @inka is modifying the state instead of returning on purpose?

I must have missed that in D9820, it should be fine to return, since we don't do anything with the state later in the reducer.

Please add a test plan or explain why N/A

In D10767#310649, @inka wrote:

Creating separate diff because I am a bit confused - @inka is modifying the state instead of returning on purpose?

I must have missed that in D9820, it should be fine to return, since we don't do anything with the state later in the reducer.

Thank for response

Please add a test plan or explain why N/A

Updated

This revision is now accepted and ready to land.Jan 29 2024, 1:46 AM