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 44f628b commit ee6bb82Copy full SHA for ee6bb82
services/web/server/src/simcore_service_webserver/conversations/_conversation_message_service.py
@@ -38,6 +38,7 @@ 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