From 005c99643303ccc92c7e10dcc0d484ac7f32e2be Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Mon, 3 Feb 2025 02:00:34 +0700 Subject: [PATCH] QFIX collaborators Signed-off-by: Andrey Sobolev --- server-plugins/notification-resources/src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server-plugins/notification-resources/src/index.ts b/server-plugins/notification-resources/src/index.ts index 7826e9cdd3..188a9c592b 100644 --- a/server-plugins/notification-resources/src/index.ts +++ b/server-plugins/notification-resources/src/index.ts @@ -1385,7 +1385,7 @@ async function updateCollaboratorDoc ( if (collabsInfo.added.length > 0) { res.push(createPushCollaboratorsTx(control, tx.objectId, tx.objectClass, tx.objectSpace, collabsInfo.added)) - res.push(...(await pushCollaboratorsToPublicSpace(control, doc, collabsInfo.added, cache))) + // res.push(...(await pushCollaboratorsToPublicSpace(control, doc, collabsInfo.added, cache))) } if (collabsInfo.removed.length > 0) { @@ -1603,7 +1603,7 @@ async function updateCollaborators ( if (toAdd.length > 0) { res.push(createPushCollaboratorsTx(control, objectId, objectClass, objectSpace, toAdd)) - res.push(...(await pushCollaboratorsToPublicSpace(control, doc, toAdd, cache))) + // res.push(...(await pushCollaboratorsToPublicSpace(control, doc, toAdd, cache))) } if (removedCollaborators.length > 0) {