[bug] Akkoma-fe won't remember selected display language and reverts to english #305
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#305
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?
Version
stable branch, commit
9aa64d82c9
(however this issue has existed for longer than this)What were you trying to do?
Set my display language in akkoma-fe to Dutch and have it remember this setting after closing my browser and later reopening my instance (akkos.fritu.re)
What did you expect to happen?
Display language should change to Dutch and this setting should be remembered the next time I open my browser and visit my instance.
What actually happened?
Display language initially changed to Dutch, but reverted back to English once I closed my browser and later reopened my instance.
Severity
I can manage
Have you searched for this issue?
It’s possible to make akkoma-fe remember the choice by toggling some other frontend setting after selecting the language; e.g. toggle “Pause animated images until you hover on them” on and off.
The problem is changing the interface language doesn’t dispatch the API call to store the settings serverside. The same problem exists for word mute lists and theme adjustments.