Page MenuHomePhabricator

[lib] introduce useDeleteFarcasterChannelTag
ClosedPublic

Authored by ginsu on Fri, Apr 26, 12:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 15, 2:32 PM
Unknown Object (File)
Wed, May 15, 10:01 AM
Unknown Object (File)
Tue, May 14, 4:43 PM
Unknown Object (File)
Tue, May 14, 4:42 PM
Unknown Object (File)
Tue, May 14, 4:42 PM
Unknown Object (File)
Tue, May 14, 11:35 AM
Unknown Object (File)
Mon, May 13, 5:22 PM
Unknown Object (File)
Sat, May 11, 8:12 PM
Subscribers

Details

Summary

This diff introduces useDeleteFarcasterChannelTag which is the actual action logic that we are running when we dispatch deleteFarcasterChannelTagActionTypes

Depends on D11815

Test Plan

Locally I was able to confirm that when I dispatched deleteFarcasterChannelTagActionTypes I would call the delete_farcaster_channel_tag endpoint and get the expected behavoir

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ginsu requested review of this revision.Fri, Apr 26, 1:30 PM
tomek added inline comments.
lib/actions/community-actions.js
86–88 ↗(On Diff #39600)

It would be easier to review this and the last diff if they were merged together. They are tightly coupled, e.g. the payload of the successful action can't be verified in the last diff without this one. (But it doesn't make sense to merge them now.)

This revision is now accepted and ready to land.Mon, Apr 29, 1:31 AM
lib/actions/community-actions.js
86–88 ↗(On Diff #39600)

Will be more careful + aware of this in the future

This revision was landed with ongoing or failed builds.Wed, May 1, 10:52 PM
This revision was automatically updated to reflect the committed changes.