Files
open-webui-custom/backend/open_webui
G30 cac5dd12e9 fix: handle null data in model_response_handler (#21112)
Fix `AttributeError` in `model_response_handler` when processing channel messages with `null` data field. The function iterates over thread messages to build conversation history, but some messages may have `data=None` causing a crash when accessing `thread_message.data.get()`. Added null check using `(thread_message.data or {}).get("files", [])` to safely handle messages without data.
2026-02-05 15:15:34 -05:00
..
2026-02-04 23:05:08 -06:00
2026-02-05 00:00:49 -06:00
2026-01-26 07:31:44 -05:00
2026-01-08 01:55:56 +04:00
2025-08-10 00:02:58 +04:00
2025-12-28 23:35:09 +04:00
2026-02-05 15:14:58 -05:00
2026-02-04 21:54:45 -06:00
2025-04-15 09:55:35 +02:00
2026-02-03 23:36:15 -06:00
2026-02-04 21:46:20 -06:00