Page MenuHomePhabricator

[lib] Rename `MemberInfo` to `MemberInfoWithPermissions`
ClosedPublic

Authored by atul on Mon, Jun 3, 2:41 PM.
Tags
None
Referenced Files
F2127566: D12296.diff
Thu, Jun 27, 8:05 AM
F2125843: D12296.id41420.diff
Thu, Jun 27, 2:54 AM
Unknown Object (File)
Tue, Jun 25, 8:51 PM
Unknown Object (File)
Tue, Jun 25, 1:32 AM
Unknown Object (File)
Tue, Jun 25, 12:31 AM
Unknown Object (File)
Mon, Jun 24, 2:49 AM
Unknown Object (File)
Fri, Jun 21, 6:43 AM
Unknown Object (File)
Fri, Jun 21, 6:23 AM
Subscribers
None

Details

Summary

This is to make room for MemberInfoWithoutPermissions or MemberInfoSansPermissions, etc.

We're going to need both in different places in the codebase. Specifically we'll definitely need MemberInfoWithPermissions when constructing RawThreadInfos for old clients, etc.

The goal at the end of the stack is for the client to only deal with MemberInfoSansPermissions.

Will try to make the changes as minimal as possible...


Depends on D12295

Test Plan

flow/NA just a simple rename

Diff Detail

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

Event Timeline

include validator rename

atul published this revision for review.Mon, Jun 3, 2:48 PM
atul edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Tue, Jun 4, 2:41 AM

Safe to land in isolation since it's a simple rename.

In D12296#350101, @atul wrote:

Safe to land in isolation since it's a simple rename.

JK, there are merge conflicts so not worth it. Simple to resolve, but would rather defer.

This revision was landed with ongoing or failed builds.Mon, Jun 17, 5:39 PM
This revision was automatically updated to reflect the committed changes.