LBRYFoundation / lbry-wunderbot

https://chat.lbry.io
MIT License
23 stars 41 forks source link

Claimbot - don't show thumbnail/images for NSFW content #150

Closed tzarebczan closed 6 years ago

tzarebczan commented 6 years ago

Recently a claim showed up in the #content channel which had an NSFW thumbnail. In that case, the claim wasn't marked as NSFW, but this brings up a good point - we should not show thumbnails for claims marked NSFW.

nikooo777 commented 6 years ago

this should be an easy change.

nikooo777 commented 6 years ago

you almost got me there. I checked and I indeed had implemented that already. https://github.com/lbryio/lbry-wunderbot/blob/master/bot/modules/claimbot.js#L252

is that not working?

tzarebczan commented 6 years ago

Didn't know it was implemented, cool! The recent example was not marked properly.

On Wed, Mar 28, 2018, 6:18 PM Niko notifications@github.com wrote:

you almost got me there. I checked and I indeed had implemented that already. https://github.com/lbryio/lbry-wunderbot/blob/master/bot/modules/claimbot.js#L252

is that not working?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lbryio/lbry-wunderbot/issues/150#issuecomment-377056555, or mute the thread https://github.com/notifications/unsubscribe-auth/AHvpkYCwS-uhRfmqgXdjhGcTi_znSdi3ks5tjAw2gaJpZM4S-4i0 .

Coolguy3289 commented 6 years ago

Closing this issue, as it seems to be resolved.