HomePhabricator
Diffusion Comm 6609133ca9dd

[lib] Use `RawThreadInfos` type everywhere

Description

[lib] Use RawThreadInfos type everywhere

Summary:
In some places we were using RawThreadInfos, in others we were using { +[id: string]: RawThreadInfo }, and in others we were using { +[threadID: string]: RawThreadInfo }.

This is just for convenience when refactoring. Searching for RawThreadInfos or using "go to usages" will actually show us all uses of this type: https://blob.sh/68308a.png

Test Plan: NA

Reviewers: ashoat, ginsu, tomek, rohan

Reviewed By: ashoat

Subscribers: wyilio

Differential Revision: https://phab.comm.dev/D9787

Details

Provenance
atulAuthored on Nov 9 2023, 11:45 AM
Reviewer
ashoat
Differential Revision
D9787: [lib] Use `RawThreadInfos` type everywhere
Parents
rCOMM6949cb2ecf00: [keyserver] Replace undefined subthread_permissions with null
Branches
Unknown
Tags
Unknown