[settings] Fix POST dropping keys not in DEFAULT_SETTINGS (#921) #928

Closed
sleepy wants to merge 0 commits from fix/settings-persistence-921 into dev
Owner

Fixes #921. Changed for key in DEFAULT_SETTINGS to for key in body in set_settings so all persisted keys survive a save cycle, matching the load behavior.

Fixes #921. Changed `for key in DEFAULT_SETTINGS` to `for key in body` in set_settings so all persisted keys survive a save cycle, matching the load behavior.
sleepy closed this pull request 2026-06-04 13:31:44 +02:00

Pull request closed

Sign in to join this conversation.
No description provided.