[PR #2249] [MERGED] fix: rag, chat deletion, and webhook after config persistence change #59798

Closed
opened 2026-05-06 02:10:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/2249
Author: @cheahjs
Created: 5/14/2024
Status: Merged
Merged: 5/14/2024
Merged by: @tjbck

Base: devHead: fix/config-refac-broken


📝 Commits (1)

  • 5369023 fix: rag, chat deletion, and webhook after config persistence change

📊 Changes

4 files changed (+11 additions, -11 deletions)

View changed files

📝 backend/apps/openai/main.py (+3 -3)
📝 backend/apps/web/routers/chats.py (+2 -2)
📝 backend/main.py (+4 -4)
📝 src/routes/+layout.svelte (+2 -2)

📄 Description

Pull Request Checklist

  • Target branch: Pull requests should target the dev branch.
  • Description: Briefly describe the changes in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation Open WebUI Docs, or other documentation sources?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
  • Testing: Have you written and run sufficient tests for the changes?
  • Code Review: Have you self-reviewed your code and addressed any coding standard issues?

Description

The new config field was not updated in a few places, so RAG, chat deletion, and webhooks were not working .


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/2249 **Author:** [@cheahjs](https://github.com/cheahjs) **Created:** 5/14/2024 **Status:** ✅ Merged **Merged:** 5/14/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `fix/config-refac-broken` --- ### 📝 Commits (1) - [`5369023`](https://github.com/open-webui/open-webui/commit/5369023e34396fba24a53bfb39baecb3c75e7b9e) fix: rag, chat deletion, and webhook after config persistence change ### 📊 Changes **4 files changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/openai/main.py` (+3 -3) 📝 `backend/apps/web/routers/chats.py` (+2 -2) 📝 `backend/main.py` (+4 -4) 📝 `src/routes/+layout.svelte` (+2 -2) </details> ### 📄 Description ## Pull Request Checklist - [x] **Target branch:** Pull requests should target the `dev` branch. - [x] **Description:** Briefly describe the changes in this pull request. - [ ] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [ ] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources? - [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? - [x] **Testing:** Have you written and run sufficient tests for the changes? - [x] **Code Review:** Have you self-reviewed your code and addressed any coding standard issues? --- ## Description The new config field was not updated in a few places, so RAG, chat deletion, and webhooks were not working . --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-06 02:10:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#59798