From 59957715836acb635f4b1c4ddbfb4ba7b82b3281 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 23 Dec 2025 10:42:33 +0400 Subject: [PATCH] fix: channel model mention --- backend/open_webui/routers/channels.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/open_webui/routers/channels.py b/backend/open_webui/routers/channels.py index a0dae72442..954be49721 100644 --- a/backend/open_webui/routers/channels.py +++ b/backend/open_webui/routers/channels.py @@ -1023,6 +1023,7 @@ async def model_response_handler(request, channel, message, user): if res: if res.get("choices", []) and len(res["choices"]) > 0: await update_message_by_id( + request, channel.id, response_message.id, MessageForm( @@ -1037,6 +1038,7 @@ async def model_response_handler(request, channel, message, user): ) elif res.get("error", None): await update_message_by_id( + request, channel.id, response_message.id, MessageForm(