mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
refacx
This commit is contained in:
@@ -108,7 +108,7 @@ async def post_new_message(
|
||||
{
|
||||
"channel_id": channel.id,
|
||||
"message_id": message.id,
|
||||
"data": {"message": message.model_dump()},
|
||||
"data": {"type": "message", "data": message.model_dump()},
|
||||
},
|
||||
to=f"channel:{channel.id}",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user