[feat] Requesting an MRF for Media replacing #643
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#643
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?
The idea
A mrf to replace media with a predefined or uploaded picture.
A basic Version could be that one can blacklist a user / an instance on which every picture gets replaced.
An advanced Version could be that one can specify a list of keywords to search in the post, a bool which defines if the existing media is tagged as sensitive and a user / an instance.
Users should not appear in the about/more page
A predefined picture could be a basic black picture with the text "This picture got repleaced on your server".
The reasoning
It would allow a fine grained control over media of other instances.
Lets take for an example misskey.io:
There are users posting drawn blobcats but the same users do often post drawn questionable content, often tagged with certain keywords and/or marked as sensitive. I dont feel like removing media from a whole instance because of single users... I rather would prefer to replace media based on a keyword & sensitive-mark ruleset. Due to possible false positives and due to transparency reasons, the media should not be removed, i rather prefer to see a message and let the user decide if he wana take a look at the original post on the origin instance.
Have you searched for this feature request?