Page MenuHomePhabricator

[keyserver] introduce sendReactionMessageRequestInputValidator to message responders
AbandonedPublic

Authored by ginsu on Nov 28 2022, 4:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 17, 6:26 AM
Unknown Object (File)
Mon, Mar 17, 6:26 AM
Unknown Object (File)
Mon, Mar 17, 6:20 AM
Unknown Object (File)
Feb 13 2025, 12:49 PM
Unknown Object (File)
Feb 13 2025, 12:48 PM
Unknown Object (File)
Feb 13 2025, 12:42 PM
Unknown Object (File)
Feb 12 2025, 1:25 PM
Unknown Object (File)
Feb 12 2025, 1:25 PM
Subscribers

Details

Summary

introduce sendReactionMessageRequestInputValidator to message responders. This will be used to validate the input in reactionMessageCreationResponder (which will be introduced in the subsequent diff)


Linear Task: ENG-2250

Test Plan

This will be tested in subsequent diffs. Also ran web/mobile app locally and nothing crashes/any regressions

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ginsu edited the summary of this revision. (Show Details)
ginsu added reviewers: atul, rohan, tomek.
ginsu requested review of this revision.Nov 28 2022, 4:38 PM
ashoat requested changes to this revision.Nov 28 2022, 7:01 PM

What's the Flow type that this corresponds to? I think this would be easier to review if you combined it with the next diff. The ESLint error should be a hint

This revision now requires changes to proceed.Nov 28 2022, 7:01 PM

abandoning because D5749 handles this now