lbry-desktop/ui/component/channelBlockButton
infinite-persistence af4ff29b23
Fix: Can't unblock if delegator deleted their channel
## Issue
7003 Can't unblock if delegator deleted their channel

## Changes
- Changed the function parameter from 'creatorId' to 'creatorUri'
    - It got short-circuited because we don't resolve deleted channels. But the client already have the full creator URI (containing the needed 'name' and 'id'), so there is no need to actually look at the resolved list -- just pass the uri like all the other functions.
2021-09-11 21:04:21 +08:00
..
index.js Moderator Delegation GUI 2021-06-18 15:46:51 -04:00
view.jsx Fix: Can't unblock if delegator deleted their channel 2021-09-11 21:04:21 +08:00