Skip to content

Commit fc8b6a6

Browse files
authored
EXP-941 added translation-memory websocket room (#789)
1 parent 4be0169 commit fc8b6a6

File tree

1 file changed

+1
-0
lines changed
  • packages/app/websockets-common/src

1 file changed

+1
-0
lines changed

packages/app/websockets-common/src/rooms.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const RoomSchemas = {
2727
project: PROJECT_ID_SCHEMA,
2828
user: USER_ID_SCHEMA,
2929
'content-manager': PROJECT_LANGUAGE_ID_SCHEMA,
30+
'translation-memory': WORKSPACE_ID_SCHEMA,
3031
// Unused room - this is an example how to use room with multiple parameters.
3132
'project-user': PROJECT_USER_ID_SCHEMA,
3233
}

0 commit comments

Comments
 (0)