mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[PR #24823] [CLOSED] fix: load canonical persistent config row #131538
Reference in New Issue
Block a user
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/24823
Author: @pntech20
Created: 5/17/2026
Status: ❌ Closed
Base:
main← Head:codex/load-canonical-persistent-config📝 Commits (1)
1ecd887fix: load canonical persistent config row📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
backend/open_webui/config.py(+3 -3)📄 Description
Summary
This keeps load behavior aligned with the row that runtime persistence already updates, preventing later duplicate/default rows from masking saved external connections or model parameters.
Fixes #24743.
Checks
python -m py_compile backend/open_webui/config.pygit diff --checkNote: I also attempted
uv run --with ruff ruff check backend/open_webui/config.py, but dependency/tool resolution did not finish within the local timeout.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.