lbryio / lbry-desktop

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

Allow blocking of Anonymous content #2935

Open eggplantbren opened 5 years ago

eggplantbren commented 5 years ago

A user in the Discord has requested the ability to block "Anonymous" content as if it was a channel. This seems like it wouldn't be hard to do, so I opened an issue for it.

tzarebczan commented 5 years ago

Great idea. This should be possible on claim search with this option:

--has_channel_signature : (bool) claims with a channel signature (valid or invalid)

tzarebczan commented 5 years ago

Completed in https://github.com/lbryio/lbry-desktop/pull/3001 at a per claim basis, but will leave this open to move to the has_channel_signature option. This would most likely be done with https://github.com/lbryio/lbry-desktop/issues/2801 since adding that option removes channels from trending as well. Will discuss with SDK team if there's a better way around this.