mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-06 08:18:53 +00:00
Additional change for where user_id is sourced from in event emitter.
This commit is contained in:
parent
275db410bb
commit
69d2b3f12e
1 changed files with 1 additions and 1 deletions
|
|
@ -991,7 +991,7 @@ async def send_chat_message_event_by_id(
|
|||
|
||||
event_emitter = get_event_emitter(
|
||||
{
|
||||
'user_id': user.id,
|
||||
'user_id': chat.user_id,
|
||||
'chat_id': id,
|
||||
'message_id': message_id,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue