Disable push when added as collaborator (#5610)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2024-05-16 17:39:07 +05:00 committed by GitHub
parent 0462e0e082
commit e285f31969
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -957,7 +957,7 @@ async function updateCollaboratorsMixin (
docNotifyContexts, docNotifyContexts,
activityMessages, activityMessages,
true, true,
true, false,
cache cache
) )
} }