Merge pull request #53549 from nextcloud/backport/53322/stable31

[stable31] fix: Set public link upload email notification to opt-in
This commit is contained in:
F. E Noel Nfebe 2025-06-17 18:54:13 +01:00 committed by GitHub
commit 76abde54cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,6 +61,6 @@ class PublicLinksUpload extends ShareActivitySettings {
* @since 11.0.0
*/
public function isDefaultEnabledMail() {
return true;
return false;
}
}