Page MenuHomePhabricator

[keyserver] Add `avatar` to `updateThreadRequestInputValidator.changes`
AbandonedPublic

Authored by atul on Apr 5 2023, 11:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 10, 4:58 PM
Unknown Object (File)
Wed, Jun 5, 1:47 PM
Unknown Object (File)
May 25 2024, 8:00 AM
Unknown Object (File)
Feb 24 2024, 7:48 AM
Unknown Object (File)
Feb 24 2024, 7:44 AM
Unknown Object (File)
Feb 24 2024, 6:21 AM
Unknown Object (File)
Jan 2 2024, 2:28 PM
Unknown Object (File)
Dec 31 2023, 1:04 PM
Subscribers

Details

Reviewers
ashoat
ginsu
Summary

So we can include in request to update_thread endpoint. Can reuse updateUserAvatarRequestValidator from user-responders:updateUserAvatarResponder to validate UpdateUserAvatarRequest... which is convenient.

Test Plan

Will be tested implicitly by subsequent diffs (request will fail if the input isn't valid, validator already used in user-responders and has unit tests)

EDIT: Goes through fine:

dc97a1.png (1×1 px, 370 KB)

Diff Detail

Repository
rCOMM Comm
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul published this revision for review.Apr 5 2023, 11:57 AM
ashoat requested changes to this revision.Apr 5 2023, 12:41 PM

Can you please combine this diff into the one that updates Flow types, and the upcoming one that will change the actual code? Your pattern of submitting tiny diffs makes it hard to review your changes

This revision now requires changes to proceed.Apr 5 2023, 12:41 PM