Page MenuHomePhabricator

[lib] Fix construction of `ThinRawThreadInfo` in `createPendingThread`
Needs ReviewPublic

Authored by atul on Thu, Jun 27, 1:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 28, 1:03 AM
Unknown Object (File)
Fri, Jun 28, 1:03 AM
Unknown Object (File)
Fri, Jun 28, 1:03 AM
Unknown Object (File)
Fri, Jun 28, 1:03 AM
Subscribers

Details

Reviewers
ashoat
Summary

Part of resolving the flow issues introduced (intentionally) in D12594.

IMPORTANT: This is used on client to create NEW *RawThreadInfos which is persisted representation. We want to make sure this change is landed in same release as migration so we don't end up having *RawThreadInfos with/without member permissions persisted before migration.

Depends on D12594

Test Plan

Create new threads on native/web client and ensure that ThinRawThreadInfos are created/persisted without member permissions.

NOTE: 6 remaining flow issues expected.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage