misskey-dev / misskey

🌎 A completely free and open interplanetary microblogging platform 🚀
https://misskey-hub.net/
GNU Affero General Public License v3.0
9.97k stars 1.35k forks source link

Allow moderators to add/edit CWs on a post #12874

Open temtemy opened 9 months ago

temtemy commented 9 months ago

Summary

Currently one can force someone else's media to be marked as sensitive, but not hide the post under a CW (or edit the CW).

I'm not sure if #8362 could be a blocker, but I personally am fine with the new CW not being federated for now (as I don't think we federate the marking of media as sensitive either, but please correct me on that if I'm wrong)

Purpose

I mostly see this as useful for hiding links that are NSFW.

Picture this:

Someone posts a note which contains an NSFW image properly marked as sensitive, as well as a link that also leads to the same image (perhaps to serve as the true source of the image). OP forgets to hide behind a CW, and that Misskey also generates thumbnails for links, leading to the post showing NSFW by default anyway.

This feature if implemented can give moderators more flexibility on handling those kind of issues instead of just asking the OP to delete and redraft their post.

Do you want to implement this feature yourself?

saschanaz commented 9 months ago

as I don't think we federate the marking of media as sensitive either, but please correct me on that if I'm wrong

This part is unfortunate and complex; AP only has note-wide sensitive flag but no media-specific one, and thus federation is not straightforward and is already broken even without moderation.

But that's a separate issue, and I would be really happy to make it at least send some signal so that Mastodon can get it when CW/summary is added.