fix inconsistent image sensitivity behavior #21
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#21
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Here's a summary of how things work(ed?) on pleroma:
#nsfw
tagThe consequence of this is that users of pleroma consistently garner ill will from all other frontend users, because the UX makes it appear as though having a cw or tag is enough to mark media as sensitive, despite this being a frontend behavior.
"Upstream" was unwilling to change this (there was also a rather heated discussion off-platform).
It would be nice if this negative effect on the fediverse as a whole was fixed.
How I see this happening, ideally:
And optionally:
If any of this has already been done in akkoma's tree, please do just tick things out or comment on the state of things.
oh actually a lot of this functionality was already changed in my frontend release because i had a lot of the same thoughts
pleroma-fe (akkoma edition (akkoma-fe??)) has a setting to do almost exactly this, and won't modify the image sensitivity as seen by the user
That's a good start, and addresses the initial UX disconnect. It's off by default, right?
yep, off by default
it might be useful to have a little warning like "yes you have a subject line but the media is not sensitive" if you don't have it on though
Ok, that'd make the first tick completed then. Automatic ticking and per-attachment settings might still be warranted. Also the warning as you mention.
Still, huge improvement relative to elsewhere.
added warning when you've got a subject line but nsfw is false
leaving as per-status rather than per-image, since that's the masto schema -> https://docs.joinmastodon.org/methods/statuses/
Sounds good enough to me then. Closing ^^