lbryio / lbry-desktop

A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
https://lbry.tech
MIT License
3.56k stars 413 forks source link

Blocking a channel should also block comments signed by that channel #2745

Closed eggplantbren closed 3 years ago

eggplantbren commented 5 years ago

Is your feature request related to a problem? Please describe. Nasty comments made repeatedly by same person, also people spam-commenting to try to get you to go to their channel.

Describe the solution you'd like When you block a channel, comments signed by that channel should also be filtered out.

Describe alternatives you've considered The full comment moderation system which is being thought about/worked on.

neb-b commented 5 years ago

This is a great idea, and I think it would be a good first start to comment moderation. Shouldn't be too hard to do, we can just bring in the list of blocked channels, then for each comment check if it is from a blocked channel. If it is, just hide it.

eggplantbren commented 5 years ago

It does seem easy, so good to have that confirmed (and that you like the idea). I was thinking it could also have a place even after moderation is in, because that would be moderation by the channel owner (potentially hiding comments), but there's no guarantee that the channel owner will hide the stuff a viewer might want them to.

tzarebczan commented 4 years ago

This should also apply to mature channels + the mature content setting. @osilkin98 do you think some of this should happen on the comments API or app side?

tzarebczan commented 3 years ago

Will be covered under https://github.com/lbryio/lbry-desktop/issues/2745