Page MenuHomePhabricator

[lib] First pass at removing `RawThreadInfos`
ClosedPublic

Authored by atul on Jan 14 2024, 8:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Feb 2, 2:12 PM
Unknown Object (File)
Sat, Feb 1, 11:25 AM
Unknown Object (File)
Thu, Jan 30, 9:25 PM
Unknown Object (File)
Thu, Jan 30, 9:25 PM
Unknown Object (File)
Mon, Jan 27, 7:13 PM
Unknown Object (File)
Sat, Jan 25, 7:57 AM
Unknown Object (File)
Fri, Jan 24, 4:46 PM
Unknown Object (File)
Thu, Jan 23, 11:52 AM
Subscribers
None

Details

Summary

Part of https://linear.app/comm/issue/ENG-6366/rename-minimallyencodedrawthreadinfo-to-rawthreadinfo

RawThreadInfos looks like:

export type RawThreadInfos = {
  +[id: string]: LegacyRawThreadInfo | MinimallyEncodedRawThreadInfo,
};

We want to remove as many instances as possible and narrow to MinimallyEncodedRawThreadInfos. MinimallyEncodedRawThreadInfos will eventually be renamed to RawThreadInfos


Depends on D10626

Test Plan

flow

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul requested review of this revision.Jan 14 2024, 8:48 PM
This revision is now accepted and ready to land.Jan 15 2024, 1:37 AM
This revision was landed with ongoing or failed builds.Jan 22 2024, 12:00 PM
This revision was automatically updated to reflect the committed changes.