This commit is contained in:
Saifeddine ALOUI 2024-01-07 03:26:06 +01:00
parent c6c2f66b67
commit de2a328183
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ lollmsElfServer = LOLLMSWebUI.get_instance()
# ----------------------------------- events -----------------------------------------
def add_events(sio:socketio):
@sio.on('new_discussion')
async def new_discussion(sid, environ, data):
async def new_discussion(sid, data):
ASCIIColors.yellow("New descussion requested")
client_id = sid
title = data["title"]

@ -1 +1 @@
Subproject commit 5a16ba20be506145a791754c36eef7ab71eda6e0
Subproject commit 52d77cacc14d5f92e3151ef922d3694c44ac213d