Page MenuHomePhabricator

[lib] rename register -> keyserver register
ClosedPublic

Authored by varun on Dec 22 2023, 3:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 22, 4:34 AM
Unknown Object (File)
Fri, Nov 15, 12:17 PM
Unknown Object (File)
Fri, Nov 8, 1:24 AM
Unknown Object (File)
Oct 18 2024, 1:24 AM
Unknown Object (File)
Oct 18 2024, 1:24 AM
Unknown Object (File)
Oct 18 2024, 1:24 AM
Unknown Object (File)
Oct 18 2024, 1:24 AM
Unknown Object (File)
Sep 20 2024, 8:57 AM
Subscribers
None

Details

Summary

since i'm about to introduce an identity register action, i need to rename the existing register action to make it clear that it's for the existing keyserver registration workflow.

Test Plan

no flow errors

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

varun requested review of this revision.Dec 22 2023, 3:45 AM

Wondering about the consequences of this rename. It feels like it could break the compatibility of our reports - an older report could contain one of registerActionTypes actions that can't be recognized by the more recent code.

Wondering about the consequences of this rename. It feels like it could break the compatibility of our reports - an older report could contain one of registerActionTypes actions that can't be recognized by the more recent code.

When attempting to load a Redux state from an error report, you should always make sure you're running the same codeVersion locally that that report came from.

This revision is now accepted and ready to land.Dec 22 2023, 7:24 AM