-
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
NIP-36 Support: Sensitive Content / Content Warning / NSFW #910
Comments
Can you provide a noteID to the above example? |
The client used in the test is called "Rabbit". The implementation of this client displays the message "表示するにはクリック" and below it the text written in the NIP-36 content-warning tag. |
Can you send a link to the note? Here is an example link to a random note: https://damus.io/note1ha6v4zp77tvnnptv6muxnjj6al8sqm7uumcwff3qz0a6a0l4tf9qp9gucf |
I see! So that's what you meant! This is it! |
See related #73 |
@jb55 advised this is not the solution to nsfw content |
On Thu, Sep 21, 2023 at 02:20:57PM -0700, alltheseas wrote:
@jb55 advised this is not the solution to nsfw content
This is still useful and would be good to have, but doesn't solve the
problem of hiding nsfw content from younger users. People will still
post without censoring themselves, especially in the many clients that
will exist without this feature.
|
@jb55 would a ML package (e.g. https://pypi.org/project/nsfw-detector/) integrated in Damus help with the job of detecting nsfw images? |
On Fri, Sep 22, 2023 at 08:27:34AM -0700, alltheseas wrote:
@jb55 would a ML package (e.g. https://pypi.org/project/nsfw-detector/) integrated in Damus help with the job of detecting nsfw images?
That's a python package, it can't be used in Damus. If we were to use an
AI detector it would have to use neural cores to be efficient, so it
would have to be a custom-built iOS lib.
I wonder if there's an API for this in iOS, because there is a setting
for turning it on in certain apps like messages, etc.
|
Great find. Created new issue here: #1553 |
Can we support NIP-36 (Sensitive Content / Content Warning) to hide NSFW content?
Expected behavior
Tap "表示するにはクリック" on the first image to see the text on the second image.
Current Damus
The NIP-36 specification is ignored and the text is displayed as is.
We Japanese are looking forward to this feature, so please implement it.
Best regards.
The text was updated successfully, but these errors were encountered: