mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[PR #20212] [MERGED] fix: Chat export and Ask/Explain popup regressions #48554
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/20212
Author: @Classic298
Created: 12/27/2025
Status: ✅ Merged
Merged: 12/30/2025
Merged by: @tjbck
Base:
dev← Head:fix-20146📝 Commits (2)
5168104init47d52ffMerge branch 'dev' into fix-20146📊 Changes
2 files changed (+3 additions, -5 deletions)
View changed files
📝
backend/open_webui/main.py(+1 -1)📝
backend/open_webui/routers/chats.py(+2 -4)📄 Description
Changelog Entry
Fixed
/api/v1/chats/allendpoint returning HTTP 500 due toChats.get_chats_by_user_id()now returning ChatListResponse instead of a list'NoneType' object has no attribute 'get') whenparent_messageisNoneAdditional Information
Fixes #20146, #20205, #20206
Both bugs are regressions from recent refactoring that changed get_chats_by_user_id() return type and how chat metadata is processed.
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.