From e285f319695c145480d3bbac257aaac17e0c44ec Mon Sep 17 00:00:00 2001 From: Denis Bykhov Date: Thu, 16 May 2024 17:39:07 +0500 Subject: [PATCH] Disable push when added as collaborator (#5610) Signed-off-by: Denis Bykhov --- server-plugins/notification-resources/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-plugins/notification-resources/src/index.ts b/server-plugins/notification-resources/src/index.ts index 70233dcc66..cba039f02d 100644 --- a/server-plugins/notification-resources/src/index.ts +++ b/server-plugins/notification-resources/src/index.ts @@ -957,7 +957,7 @@ async function updateCollaboratorsMixin ( docNotifyContexts, activityMessages, true, - true, + false, cache ) }