Merge pull request #53322 from nextcloud/fix/public-upload-notification-default

fix: Set public link upload email notification to opt-in
This commit is contained in:
F. E Noel Nfebe 2025-06-17 15:25:56 +01:00 committed by GitHub
commit 137ec926b4
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;
}
}