Page MenuHomePhabricator

Makes fid optionally null so that we can delete the fid later
ClosedPublic

Authored by will on Apr 16 2024, 2:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 17, 1:24 AM
Unknown Object (File)
Thu, May 2, 10:17 PM
Unknown Object (File)
Thu, May 2, 4:10 PM
Unknown Object (File)
Wed, Apr 24, 11:18 AM
Unknown Object (File)
Mon, Apr 22, 11:23 AM
Unknown Object (File)
Sat, Apr 20, 9:14 AM
Unknown Object (File)
Apr 17 2024, 7:34 AM
Unknown Object (File)
Apr 17 2024, 7:33 AM
Subscribers

Details

Summary

Whenever we set farcaster friends when connecting a new farcaster account, we want to clear previous farcaster entries to keep things up to date.
This means that fid should be optionally null so we can clear without deleting other auxUserStore fields.

Test Plan

dispatched setFarcasterFriendsFIDActionType with null and string fids and checked sqlite database that everything was stored properly

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage