mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-26 14:00:11 +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:
|
else:
|
||||||
await lollmsElfServer.sio.emit('discussion_created',
|
await lollmsElfServer.sio.emit('discussion_created',
|
||||||
{'id':0},
|
{'id':lollmsElfServer.session.get_client(client_id).discussion.discussion_id},
|
||||||
to=client_id
|
to=client_id
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user