-
Notifications
You must be signed in to change notification settings - Fork 48
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
AT: Bridgy ignores self-applied sensitive content labels #1099
Comments
Great feature request! I don't know much about the |
Also hopefully I can do this without actually calculating a real blurhash. That would be possible, but very low priority right now. |
It's namespace misuse, I'd say. Afaik apps aren't supposed to define new terms for the core namespace, but Mastodon does so in a few cases: https://docs.joinmastodon.org/spec/activitypub/#as
The details probably depend on the receiving instance a bit, but at worst it should result in an indistinct placeholder. Anything worse I'd file as a bug on their end. |
There is a draft report by @evanp that aims to formally document some loose ends, including |
Just my two cents, but I thought about it a bit and if you do end up adding CNs/CWs, the ones I'd most like to see are:
Mirroring the "Adult Content" click-through that Bsky shows but with a bit more specificity. This would also get picked up by AP users' existing word filters for "nudity", "porn" and "adult content", but at the same time is unique enough that filtering "Adult Content: Nudity" and "Adult Content: Porn" would hit more or less only Bsky posts in case someone wants to hide those specifically. |
Maybe an interesting complication: On Bluesky, "Sensitive" can also be applied to posts with link preview attachments. If it does, it might be a good idea to suppress the preview there or apply "Adult Content: Sensitive" as CN/CW only when there's no bridged images/videos. |
Just a small nudge that there are now a few bridged-from-Bluesky users who occasionally post adult content themselves. (Admins can still limit their visibility manually once aware, but unlike on Bluesky there's usually no automatic classifier.) |
^ also snarfed/granary@1b9d46b |
ATProto => ActivityPub is working: https://bsky.app/profile/snarfed.bsky.social/post/3kxc2vlq75t2e => https://indieweb.social/@[email protected]/112788210990075629 . Still working on the reverse. |
Never mind, ActivityPub => ATProto is working too after all: https://indieweb.social/@snarfed/112788212838236725 => https://bsky.app/profile/snarfed.indieweb.social.ap.brid.gy/post/3kxc2x4mta3l2 |
Mostly there (in my eyes), but this doesn't seem to apply content notes/CWs for the higher levels, which most general-purpose instances require. There are some purpose-built instances for adult content that only require the 'sensitive' label, but those are usually limited in visibility via instance moderation elsewhere. Example thread on Bluesky. |
Thanks! And understood.
Any chance you have a link with more info on this? |
It's (by the nature of the network) inconsistent of course, and the remark was admittedly based on my subjective experience in it. I can make a table of the largest instances, since this is listed publicly in their rules...
You're right, only two of the top ten require a CW specifically. "sensitive" is likely enough for threads.net too, but I assume they'll just filter out those posts completely over there. I think furry servers are just largely more strict about this. The ones listed on joinmastodon.org:
(The LGBTQ+ category is a bit more lax about this, I think only about half the servers there require CWs specifically (or ban adult content outright).) In practice, I personally don't see sexually explicit content without CW on Mastodon, which is convenient because it lets me show sensitive media by default (so suggestive stuff) while I can decide if I want to see porn or violence on a case-by-case basis, or filter it outright based on keywords. (I have a filter for "porn" on my main account, but Bluesky users usually don't write "porn" in the post or alt text in addition to the label, so my filter wouldn't work. The word filter does trigger on CWs.) Something else to consider is that the CW/ (I don't have a Misskey account to test this with currently, but from screenshots it seems to be like Mastodon.) I think this actually enhances the presentation compared to not applying a CW. Personally, I would prefer a CW with the label category even for posts that have text, since if I look at the adult-flagged posts on Bluesky, the text is usually not very descriptive in that way. It's more often than not stuff like "Care to join?" (okay, that's predictable), "View", "yea" or just the character name or commissioner, which makes what I'm about to see a guessing game if the label category isn't visible. CWs and sensitive media can also be independently set to always expand or show in Mastodon, if a user prefers to always see the text, though I personally didn't do so because I'm not always in the mood for heavier posts: |
Basically, among the label types that Bridgy Fed understands, I would like to see CWs for all except whichever the one is that Bluesky calls 'Adult Content - Sensitive' in their self-labelling UI. That one seems to be used only for very tame content that I wouldn't expect a separate CW on on Mastodon even in my context, and it seems to usually be paired with a bit more useful descriptions in the text content on Bluesky. For the other Adult Content categories I'd prefer "Adult Content: Nudity" and "Adult Content: Porn" as CWs as mentioned here. The others should probably match Bluesky's warnings if you see them (so "Graphic Media" for I have a hunch you might want to outright filter out or Edit: I think if you later add support for the moderation labels from the Bluesky Moderation Service, i.e. third-party labels, those should probably appear with the labeller that applied them, so for example the bridge would edit a post to have "Bluesky Moderation Service: Misinformation" as CW if that gets applied. |
Thank you for the detailed investigation and context! As always. I really appreciate it. I'm a bit torn on adding CWs. I try hard to avoid/minimize changing users' content itself, which CWs in one sense feel like, since they're user-authored and go into the AS2 (Btw, unrelated nit: looking at your catalog of instance rules, my interpretation is that they apply to those instances' own users, not all users on the fediverse, right? Are you saying admins generally apply those same rules to remote users and posts, ie as their moderation policies?) |
OK! I can plan to translate Bluesky self labels to fediverse CWs. And I'll look at "Adult Content - Sensitive" and see if it's worth excluding. |
I appreciate it. This will definitely make (re)connecting with friends across the bridge a much smoother experience for me, and for them also I imagine (in terms of not having to worry about small-instance Mastodon culture as much). |
OK, this is done. All Bluesky self labels now get translated to fediverse content warnings. No exceptions yet, let's see how it goes and what we think? Example: https://bsky.app/profile/did:plc:3ljmtyyjqcjee2kpewgsifvb/post/3kxgt3rrroc22 => https://indieweb.social/@[email protected]/112798919768121532 |
This is the inverse of #1100.
I made this post with an image self-labelled as "Suggestive": https://bsky.app/profile/qazm.bsky.social/post/3ktwiogwras2s

(Note: You probably should have nudity set to at least "Warn" if you look at my account beyond that page.)
This was bridged to AP with no indication of sensitive content:
Which of course means that the image isn't blurred-by-default on any ActivityPub platforms, unless the account is moderated by the receiving instance:
What I expected:
The post should have a sensitive content label applied like on this native AP post I just made:
This results in blurring the image:

(I'm not sure if this is an image blur or just the blurhash… Ideally Bridgy should compute the blurhash to make sure the post still looks good in AP software.)
For higher categories of labels, i.e. "Nudity" or "Porn" instead of just "Sensitive", Bridgy should additionally use those terms or "Label: Nudity"/"Label: Porn" as CW/CN so that users can filter on them!
The text was updated successfully, but these errors were encountered: