mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-21 21:14:59 -06:00
35763a352c
The GET /chats/shared endpoint was loading full Chat rows including the entire conversation history JSON blob, only to discard it and return SharedChatResponse (id, title, share_id, timestamps). Now uses with_entities() to select only the 5 needed columns, avoiding deserialization of potentially large chat JSON for every shared chat.