Page MenuHomePhabricator

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

Authored by atul on Mon, Jun 3, 2:41 PM.
Tags
None
Referenced Files
F2054483: D12296.diff
Thu, Jun 20, 4:53 AM
Unknown Object (File)
Wed, Jun 19, 5:46 PM
Unknown Object (File)
Wed, Jun 19, 3:23 AM
Unknown Object (File)
Sat, Jun 15, 2:10 AM
Unknown Object (File)
Fri, Jun 14, 8:41 PM
Unknown Object (File)
Fri, Jun 14, 8:22 PM
Unknown Object (File)
Fri, Jun 14, 5:29 AM
Unknown Object (File)
Thu, Jun 13, 8:03 PM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.