Details
flow. Their usage is tested in the next diff
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
- I don't think we need validators for requests, those won't be used
- Can you reference the Rust file here, and This file in Rust codebase? Similar to code here.
lib/types/blob-service-types.js | ||
---|---|---|
7–10 ↗ | (On Diff #45005) | there are couple places in codebase where we can use this type now |
43 ↗ | (On Diff #45005) | I think we should match Rust |
lib/types/blob-service-types.js | ||
---|---|---|
7–10 ↗ | (On Diff #45005) | looks like it's done in D13656. |
Okay so I'll remove them
- Can you reference the Rust file here, and This file in Rust codebase? Similar to code here.
Good idea, I'll do that!
lib/types/blob-service-types.js | ||
---|---|---|
7–10 ↗ | (On Diff #45005) |
Yeah, if not done now, it's tracked in ENG-9422 |
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