ENG-10950
Added info about Farcaster DCs support to AuxUserStore and updated the places where we update it, similarly to where we store and update fid.
Details
Details
- Reviewers
kamil - Commits
- rCOMM2f84dafe0810: [lib] Add supportsFarcasterDCs to AuxUserStore
Tested later in the stack
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
There is no test plan, but it looks like it is tested later in the stack
| lib/components/farcaster-data-handler.react.js | ||
|---|---|---|
| 145 ↗ | (On Diff #50048) | Is it going to poll data for all users in our store after the launch, or do we need a separate mechanism to be aware of whether a user has connected Farcaster DCs? |
| lib/components/farcaster-data-handler.react.js | ||
|---|---|---|
| 145 ↗ | (On Diff #50048) | Yes, this hook refetches all users with FID present, which is necessary for DCs support, so this value will be updated. |