Skip to content

Commit e1dff3b

Browse files
committed
Merge branch 'add-socketio-events-for-conversations' of github.com:giancarloromeo/osparc-simcore into feature/listen-to-conv-ws
2 parents 85a5117 + bc08fa3 commit e1dff3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ async def delete_conversation(
112112
app: web.Application,
113113
*,
114114
product_name: ProductName,
115-
project_id: ProjectID,
116115
user_id: UserID,
116+
project_id: ProjectID,
117117
conversation_id: ConversationID,
118118
) -> None:
119119
await _conversation_repository.delete(

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ async def notify_conversation_deleted(
150150
*,
151151
recipients: set[UserID],
152152
product_name: ProductName,
153-
project_id: ProjectID,
154153
user_group_id: GroupID,
154+
project_id: ProjectID,
155155
conversation_id: ConversationID,
156156
) -> None:
157157
notification_message = SocketMessageDict(

0 commit comments

Comments
 (0)