Files
open-webui-custom/backend/open_webui/routers
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-05 00:00:49 -06:00
2026-01-23 04:31:39 +04:00
2026-01-29 18:51:02 +04:00
2026-01-22 03:11:33 +04:00
2026-01-09 20:44:31 +04:00
2026-01-30 00:46:42 +04:00
2025-12-29 00:21:18 +04:00
2026-01-22 03:55:07 +04:00
2026-01-05 05:32:56 +04:00
2026-02-03 23:36:15 -06:00
2026-01-12 21:41:23 +04:00
2026-01-27 23:01:56 +04:00
2026-01-26 07:31:44 -05:00
2026-01-22 03:55:07 +04:00
2026-01-12 21:41:23 +04:00