This type is needed on native/web too so I'm moving it.
Depends on D9114
Paths
| Differential D9115 Authored by varun on Sep 8 2023, 12:58 PM.
Details
Summary This type is needed on native/web too so I'm moving it. Depends on D9114 Test Plan ran flow
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptSep 8 2023, 12:58 PM2023-09-08 12:58:07 (UTC-7) Harbormaster completed remote builds in B22460: Diff 30878.Sep 8 2023, 1:15 PM2023-09-08 13:15:14 (UTC-7) marcin added inline comments.
This revision is now accepted and ready to land.Sep 11 2023, 5:18 AM2023-09-11 05:18:14 (UTC-7)
Closed by commit rCOMMc774123d9980: [lib] move a shared type to lib (authored by varun). · Explain WhySep 13 2023, 11:18 AM2023-09-13 11:18:46 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 30878 keyserver/addons/rust-node-addon/rust-binding-types.js
lib/types/identity-service-types.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