Skip to content

Commit ee6bb82

Browse files
feat: add action
1 parent 44f628b commit ee6bb82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/web/server/src/simcore_service_webserver/conversations/_conversation_message_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def _make_project_conversation_message_created_message(
3838
return SocketMessageDict(
3939
event_type=SOCKET_IO_PROJECT_CONVERSATION_MESSAGE_CREATED_EVENT,
4040
data={
41+
"action": "create",
4142
"project_id": project_id,
4243
**conversation_message.model_dump(mode="json"),
4344
},

0 commit comments

Comments
 (0)