Display profile background of other users #371
No reviewers
Labels
No labels
a11y
Bug
Bug fix
cannot reproduce
CSS
Documentation
enhancement
Feature
Feature request
Held for next release cycle
Minor change
needs change/feedback
performance
priority: critical
priority: high
priority: low
priority: medium
priority: patch welcome
regression
Translation/Locale
WIP
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AkkomaGang/akkoma-fe!371
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Oneric/akkoma-fe:profile-backgrounds"
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?
And add a new frontend setting to hide other people's background.
To repeat what I already wrote in AkkomaGang/akkoma#682, the backgrounds are already (and probably always were) publicly readable via API, so this does not expose previously private info. Presumably displaying them was the original intent.
By itself this will only work for local users, but together with AkkomaGang/akkoma#682 remote backgrounds from other Akkoma or Sharkey instances will work too.
I was on the fence whether to make the default for the new setting
falseortrue. For now I went withtrueto let people discover the new feature, but I don’t feel strongly about this. If you’d preferfalsejust let me know (or feel free to directly amend the commit on your own).works, thanks!