This new action types clears any aux user store users of fids by setting them all to null.
Depends on D11671
Differential D11672
create new aux user store action for clearing fids will on Apr 16 2024, 3:20 PM. Authored by Tags None Referenced Files
Details This new action types clears any aux user store users of fids by setting them all to null. Depends on D11671 Dispatched this action successfully and confirmed all aux user store entries contained null fid values (they were strings before).
Diff Detail
Event TimelineComment Actions I just added clearFarcasterFriendsFIDActionType for the case of a new fid, but I'm also thinking we might be able to run it when we disconnect our farcaster accounts? Comment Actions
What's the purpose of the aux user store? If it's for showing Farcaster IDs in user profiles, I guess we should be showing those regardless of whether the users are Farcaster friends, and regardless of whether the viewer even has associated a Farcaster account. Comment Actions Got it. That answers my question. Was under the false impression this would only be for when we've connected our farcaster accounts. Comment Actions Looks good Super minor nit, but we might want to settle on "farcaster friend" or "farcaster mutual" language? Doesn't really matter just a thought because we use farcaster_mutual for update_relationship Comment Actions Removing the language of friends. This action type will encompass wiping all aux user store data irregardless of whether or not the user is friends with them or not. Context: https://phab.comm.dev/D11639 Will land once I rename |