We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6bb82 commit 5da5b94Copy full SHA for 5da5b94
services/web/server/src/simcore_service_webserver/conversations/_conversation_message_service.py
@@ -38,7 +38,6 @@ def _make_project_conversation_message_created_message(
38
return SocketMessageDict(
39
event_type=SOCKET_IO_PROJECT_CONVERSATION_MESSAGE_CREATED_EVENT,
40
data={
41
- "action": "create",
42
"project_id": project_id,
43
**conversation_message.model_dump(mode="json"),
44
},
0 commit comments