Page MenuHomePhabricator

[lib] introduce deleteFarcasterChannelTagActionTypes
ClosedPublic

Authored by ginsu on Fri, Apr 26, 12:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 6, 12:53 AM
Unknown Object (File)
Mon, May 6, 12:53 AM
Unknown Object (File)
Thu, May 2, 10:22 AM
Unknown Object (File)
Tue, Apr 30, 12:43 PM
Subscribers

Details

Summary

This diff introduces the deleteFarcasterChannelTagActionTypes so that we can dispatch this action from the client and is another necessary piece we need to properly call the delete_farcaster_channel_tag endpoint

Depends on D11814

Test Plan

Locally I was able to confirm that when I dispatched this new action I would call the delete_farcaster_channel_tag endpoint

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ginsu edited the test plan for this revision. (Show Details)
ginsu added reviewers: atul, bartek, tomek.
ginsu requested review of this revision.Fri, Apr 26, 1:03 PM
tomek added inline comments.
lib/types/redux-types.js
1419 ↗(On Diff #39594)

Are you sure we don't need any payload here?

This revision is now accepted and ready to land.Mon, Apr 29, 1:28 AM
lib/types/redux-types.js
1419 ↗(On Diff #39594)

Yes, I haven't needed the payload in my local stack so far. If I do realize later that we actually do, I will create a follow up diff for this

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.