Page MenuHomePhabricator

[lib] introduce deleteFarcasterChannelTagActionTypes
ClosedPublic

Authored by ginsu on Apr 26 2024, 12:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 11, 9:17 PM
Unknown Object (File)
Mon, Nov 11, 8:58 PM
Unknown Object (File)
Mon, Nov 11, 7:38 PM
Unknown Object (File)
Mon, Nov 11, 1:30 PM
Unknown Object (File)
Mon, Nov 11, 3:35 AM
Unknown Object (File)
Thu, Oct 24, 7:07 PM
Unknown Object (File)
Oct 15 2024, 9:12 AM
Unknown Object (File)
Oct 11 2024, 7:13 AM
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
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ginsu edited the test plan for this revision. (Show Details)
ginsu added reviewers: atul, bartek, tomek.
ginsu requested review of this revision.Apr 26 2024, 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.Apr 29 2024, 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.May 1 2024, 10:52 PM
This revision was automatically updated to reflect the committed changes.