This commit is contained in:
Tom Moor
2022-08-22 11:45:39 +02:00
parent c657134b46
commit 138bc367dd
4 changed files with 104 additions and 48 deletions

View File

@@ -93,7 +93,7 @@ export default class WebsocketsProcessor {
return socketio
.to(`collection-${event.collectionId}`)
.emit(event.name, {
documentId: event.documentId,
modelId: event.documentId,
});
}