Add stripMemberPermissions option to rawThreadInfoFromServerThreadInfo to strip member permissions for new clients.
Depends on D12763
Differential D12779
[keyserver] Strip `member.permissions` for `FUTURE_CODE_VERSION` clients atul on Jul 16 2024, 2:45 PM. Authored by Tags None Referenced Files
Subscribers None
Details Add stripMemberPermissions option to rawThreadInfoFromServerThreadInfo to strip member permissions for new clients. Depends on D12763 Did some basic testing where I hardcoded stripMemberPermissions being passed to rawThreadInfoFromServerThreadInfo and set breakpoints to check output. Will do additional testing with validators + after getting basic client migration working. With stripMemberPermissions=false: (can observe that each of the two members have permissions field set to string) With stripMemberPermissions=true:
Diff Detail
Event Timeline
Comment Actions rebase after addressing feedback in previous diffs in stack, still need to fix this diff up
|