lbry-desktop icon indicating copy to clipboard operation
lbry-desktop copied to clipboard

Remove blocked and filtered reducers/selectors/actions.

Open Ruk33 opened this issue 1 year ago • 2 comments

Fixes

Issue Number: https://github.com/lbryio/lbry-desktop/issues/7681

What is the current behavior?

What is the new behavior?

blocked & filtered actions/selector/reducers were removed. Also, if there is a censor reason, we will display it.

image

If no message is present, the default one will be used ("Your hub has blocked this content because it subscribes to the following blocking channel:")

Other information

PR Checklist

Toggle...

What kind of change does this PR introduce?

  • [ ] Bugfix
  • [ ] Feature
  • [ ] Code style update (formatting)
  • [x] Refactoring (no functional changes)
  • [ ] Documentation changes
  • [ ] Other - Please describe:

Please check all that apply to this PR using "x":

  • [x] I have checked that this PR is not a duplicate of an existing PR (open, closed or merged)
  • [ ] I added a line describing my change to CHANGELOG.md
  • [x] I have checked that this PR does not introduce a breaking change
  • [ ] This PR introduces breaking changes and I have provided a detailed explanation below

Ruk33 avatar Aug 30 '22 20:08 Ruk33

Thank you @jessopb, sadly I couldn't fix it without using // $FlowFixMe. Not ideal but it gets rid of the warning.

I tried typecasting but it kept complaining about not being compatible with mixed

Ruk33 avatar Sep 12 '22 22:09 Ruk33

This will be merged when infrastructure is ready.

jessopb avatar Sep 19 '22 13:09 jessopb