threadFrozenDueToBlock was last callsite of innerThreadFrozenDueToBlock, so inlining and removing innerThreadFrozenDueToBlock altogether.
Depends on D12292
Differential D12293 Authored by atul on Jun 3 2024, 1:54 PM.
Details Summary threadFrozenDueToBlock was last callsite of innerThreadFrozenDueToBlock, so inlining and removing innerThreadFrozenDueToBlock altogether. Depends on D12292 Test Plan flow + close reading
Diff Detail
Event TimelineHarbormaster completed remote builds in B29401: Diff 40902.Jun 3 2024, 2:25 PM2024-06-03 14:25:08 (UTC-7) This revision is now accepted and ready to land.Jun 4 2024, 1:56 AM2024-06-04 01:56:35 (UTC-7) This revision was landed with ongoing or failed builds.Jun 16 2024, 7:44 PM2024-06-16 19:44:25 (UTC-7) Closed by commit rCOMM0050bc8a8abe: [lib] Inline `innerThreadFrozenDueToBlock` in `threadFrozenDueToBlock` (authored by atul). · Explain Why This revision was automatically updated to reflect the committed changes. Harbormaster completed remote builds in B29703: Diff 41362.Jun 16 2024, 8:00 PM2024-06-16 20:00:44 (UTC-7)
Revision Contents
Diff 40902 lib/shared/thread-utils.js
|
I introduced a previous diff where setAuxUserFIDs now clears fids prior to updating with new fids from the payload. The previous functionality of setAuxUserFIDs of just adding without clearing is now a new action type addAuxUserFIDs
There are now two callbacks which are called by a single useEffect. The two callbacks are called handleFarcasterMutuals and handleUserStoreFIDs