Page MenuHomePhabricator

[lib] Add `flow` suppression to `deprecatedMinimallyEncodeRawThreadInfo`
ClosedPublic

Authored by atul on Jul 15 2024, 11:38 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 4, 9:09 AM
Unknown Object (File)
Tue, Sep 3, 10:09 PM
Unknown Object (File)
Sun, Sep 1, 12:02 AM
Unknown Object (File)
Fri, Aug 30, 11:49 AM
Unknown Object (File)
Fri, Aug 30, 8:01 AM
Unknown Object (File)
Tue, Aug 27, 3:59 PM
Unknown Object (File)
Mon, Aug 26, 12:42 PM
Unknown Object (File)
Mon, Aug 26, 9:24 AM
Subscribers
None

Details

Summary

Add flow suppression to deprecatedMinimallyEncodeRawThreadInfo because it will only be called in contexts where member permissions do exist.

This function is only used in legacy migrations and in rawThreadInfoFromServerThreadInfo.


Depends on D12733

Test Plan

Close reading, there are no logic changes... just flow suppressions to account for differing representation of RawThreadInfo.members

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

atul published this revision for review.Jul 15 2024, 11:39 AM
ashoat requested changes to this revision.Jul 17 2024, 12:05 PM

Can you fix the CI issues please? The practice of immediately publishing your diff before waiting for CI should only be used for urgent diffs, and if you submit a diff for review with CI issues you should explain / justify why

This revision now requires changes to proceed.Jul 17 2024, 12:05 PM

update diff with ESLint and validator unit test resolved.

This revision is now accepted and ready to land.Jul 18 2024, 10:12 AM
This revision was landed with ongoing or failed builds.Jul 18 2024, 12:34 PM
This revision was automatically updated to reflect the committed changes.