Page MenuHomePhabricator

[lib] Add `memberInfoSansPermissionsValidator` to `convertClientDBThreadInfoToRawThreadInfo`
ClosedPublic

Authored by atul on Jul 17 2024, 12:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 3, 8:49 PM
Unknown Object (File)
Wed, Aug 28, 8:37 AM
Unknown Object (File)
Tue, Aug 27, 2:34 PM
Unknown Object (File)
Tue, Aug 27, 1:29 PM
Unknown Object (File)
Tue, Aug 27, 11:53 AM
Unknown Object (File)
Mon, Aug 19, 6:04 PM
Unknown Object (File)
Aug 8 2024, 1:12 PM
Unknown Object (File)
Aug 7 2024, 11:27 PM
Subscribers
None

Details

Summary

Added memberInfoSansPermissionsValidator to convertClientDBThreadInfoToRawThreadInfo.

In preparation for client migrations. Moved the more "relevant" validators earlier in conditional so we're doing (almost always) useless legacyMemberInfoValidator check all the time.


Depends on D12779

Test Plan

Will be tested implicitly by client migrations. We have unit tests for memberInfoSansPermissionsValidator.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

atul requested review of this revision.Jul 17 2024, 12:53 PM
This revision is now accepted and ready to land.Jul 17 2024, 1:01 PM

Can also cherry-pick and land this to simplify stack before rebasing and addressing all feedback.

This revision was landed with ongoing or failed builds.Jul 17 2024, 1:52 PM
This revision was automatically updated to reflect the committed changes.