mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +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…
Reference in New Issue
Block a user