Display profile background of other users #371
No reviewers
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
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…
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
false
ortrue
. For now I went withtrue
to let people discover the new feature, but I don’t feel strongly about this. If you’d preferfalse
just let me know (or feel free to directly amend the commit on your own).works, thanks!