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

fix: Set public link upload email notification to opt-in
pull/52919/merge
F. E Noel Nfebe 2025-06-17 15:25:56 +07:00 committed by GitHub
commit 137ec926b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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