mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-31 00:23:52 +00:00
fixed bug when welcome message is none
This commit is contained in:
parent
f94a574924
commit
152dbd0a83
@ -128,7 +128,7 @@ def add_events(sio:socketio):
|
||||
)
|
||||
else:
|
||||
await lollmsElfServer.sio.emit('discussion_created',
|
||||
{'id':0},
|
||||
{'id':lollmsElfServer.session.get_client(client_id).discussion.discussion_id},
|
||||
to=client_id
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user