-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to filter NSFW content including PFPs and links #73
Comments
User StoryAs a Damus user, I would like the option to set a NSFW image filter, so that I can customize according to my preferences. Acceptance Criteria
|
See above user story. From your comments below, it seems you are adding a couple criteria: Damus global feed needs to be majorly reworked.. - Definitely don’t load profile pics from people who aren’t friends Not loading profile pics from people who aren’t follow should be easy. Just do exactly what we’ve done with images to the profile pics. https://damus.io/note18fgg473qhsudlr30kfe3thvccufhct2t2palwluwzl3uvwl3gtsslfeera
|
Looks great! For now at least the pfp pull request just treats pfps like images and has a dumb filter based on following. Once I can get the NSFW ML model filter working I can work on adding all the necessary config options. It might be a while since I have absolutely no experience with using CoreML models, I've only used models in Python. |
Ok! I can mark off the criteria one by one, as you and the other devs knock them out. PFP PR: Blur profile pics if not following with some exceptions #492 |
The ability to filter out NSFW posts, comments, and PFPs will help with mass adoption. Most social sites have this on by default like imgur, etc.
The text was updated successfully, but these errors were encountered: