Can't disable Blurhash and use custom NSFW censor image. #566
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#566
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?
Is there a way to disable Blurhash on sensitive images from AdminFE? If not I'd like to feature request it.
I tried setting a custom "NSFW Censor Image" but it does not override useBlurhash in the frontend.
Related FE commit:
313ddcebcb
I've noticed my custom censor image works for posts from Akkoma and Misskey forks, but Mastodon posts show the blurhash overlay. I'm guessing it has something to do with the way Mastodon is coding the outgoing posts?
Only mastodon sends a blurhash I believe. I would also like to ignore/disable it, because I don't like the UX disparity.