Page MenuHomePhabricator

[lib] First pass at removing `RawThreadInfos`
ClosedPublic

Authored by atul on Jan 14 2024, 8:29 PM.
Tags
None
Referenced Files
F3345910: D10627.diff
Fri, Nov 22, 7:27 AM
Unknown Object (File)
Thu, Nov 7, 6:36 AM
Unknown Object (File)
Mon, Nov 4, 7:39 AM
Unknown Object (File)
Oct 16 2024, 3:46 AM
Unknown Object (File)
Oct 16 2024, 3:46 AM
Unknown Object (File)
Oct 16 2024, 3:46 AM
Unknown Object (File)
Oct 16 2024, 3:46 AM
Unknown Object (File)
Oct 16 2024, 3:46 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
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.