Page MenuHomePhabricator

[lib] introduce useDeleteFarcasterChannelTag
ClosedPublic

Authored by ginsu on Fri, Apr 26, 12:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 6, 7:37 PM
Unknown Object (File)
Mon, May 6, 1:38 PM
Unknown Object (File)
Mon, May 6, 1:27 PM
Unknown Object (File)
Mon, May 6, 12:53 AM
Unknown Object (File)
Mon, May 6, 12:53 AM
Unknown Object (File)
Thu, May 2, 12:47 AM
Unknown Object (File)
Tue, Apr 30, 3:27 PM
Unknown Object (File)
Mon, Apr 29, 9:13 AM
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
Lint Not Applicable
Unit
Tests Not Applicable

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.