Introduce MemberInfoSansPermissions, stripPermissionsFromMemberInfo, and some unit tests.
The type will eventually replace MemberInfoWithPermissions in RawThreadInfo, but for now it's convenient to use to "surface" flow issues.
Depends on D12296
Differential D12315
[lib] Introduce `MemberInfoSansPermissions` atul on Jun 4 2024, 2:29 PM. Authored by Tags None Referenced Files
Subscribers None
Details Introduce MemberInfoSansPermissions, stripPermissionsFromMemberInfo, and some unit tests. The type will eventually replace MemberInfoWithPermissions in RawThreadInfo, but for now it's convenient to use to "surface" flow issues. Depends on D12296 flow + unit tests
Diff Detail
Event TimelineComment Actions This is really mostly for my convenience so I can avoid stashing/unstashing while working through remainder of stack until ready to replace MemberInfoWithPermissions with MemberInfoSansPermissions.
|