lbry-desktop/ui/redux
infinite-persistence cfd67b1c8d
Allow moderators to delete comment (#235)
## Ticket
223 Add ability for delegated moderators to delete comments

## Changes
- Refactored doCommentAbandon's signature so we don't end up converting between "uri" and "Claim" several times and needing to lookup redux when the client can already provide us the exact values that we need.

- Pass the new moderator fields to the API.

- Remove the need to call 'makeSelectChannelPermUrlForClaimUri' since it's a simple field query when we already have the claim.
2021-11-08 12:22:40 -05:00
..
actions Allow moderators to delete comment (#235) 2021-11-08 12:22:40 -05:00
middleware Track duration of startup events 2021-10-22 16:02:21 +08:00
reducers Don't invalidate myClaimIds everytime 2021-11-04 16:06:05 +08:00
selectors Use 'selectHasChannel' instead of the full 'selectMyChannelClaims' 2021-11-08 15:02:44 +08:00