Details
Details
- I started with a test account that has been connected to an FID on staging
- I opened up a mobile app and a web app logged in as this user
- I disconnected the FID on mobile
- I refreshed the web app. Prior to these changes, refreshing would not cause the FID to be disconnected on web. After these changes, it does. I was able to check if the FID was connected by seeing if the “Tag Farcaster channel” option appeared for a community that the user is an admin of
- On mobile, I then reconnected the FID on staging following these instructions
- After reconnecting on mobile, I refreshed the web app and confirmed that the FID was reconnected on web too
- Then I added an artificial delay to the findUserIdentities RPC to force a timeout. I refreshed the web app and confirmed that the FID was *not* disconnected
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/components/farcaster-data-handler.react.js | ||
---|---|---|
39–40 ↗ | (On Diff #45201) | Note that findUserIdentities is unchanged here |