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)
Tue, May 14, 10:00 PM
Unknown Object (File)
Apr 7 2024, 1:34 PM
Unknown Object (File)
Mar 10 2024, 4:12 PM
Unknown Object (File)
Mar 10 2024, 9:55 AM
Unknown Object (File)
Mar 5 2024, 5:13 PM
Unknown Object (File)
Mar 5 2024, 5:13 PM
Unknown Object (File)
Mar 5 2024, 5:13 PM
Unknown Object (File)
Mar 5 2024, 5:13 PM
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
Lint Not Applicable
Unit
Tests Not Applicable

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.