-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[lib] Introduce
MinimallyEncodedThreadCurrentUserInfo
and validator
Summary: `ThreadCurrentUserInfo` type w/ `permissions` as string instead of `ThreadPermissions`. Next diffs: - Introduce `MinimallyEncodedRawThreadInfo` - Higher level utilities for translating back/forth from `RawThreadInfo` <=> `MinimallyEncodedRawThreadInfo`. Found this to be cleaner API than encoding/decoding `RawThreadInfo.currentUser.permissions` and `RawThreadInfo.members[memberID].permissions` "manually" a bunch of different places. - Native refactoring + migrations - Web refactoring - Flipping the switch --- Depends on D9731 Test Plan: Unit tests, will be tested implicitly in subsequent diffs as well. Reviewers: ashoat, rohan, ginsu, tomek Reviewed By: ashoat Subscribers: ashoat, tomek, wyilio Differential Revision: https://phab.comm.dev/D9734
- Loading branch information
1 parent
3023e16
commit dc24c82
Showing
3 changed files
with
66 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters