Skip to content

Commit 76abde5

Browse files
authored
Merge pull request #53549 from nextcloud/backport/53322/stable31
[stable31] fix: Set public link upload email notification to opt-in
2 parents 191b259 + ae56da1 commit 76abde5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_sharing/lib/Activity/Settings/PublicLinksUpload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ public function canChangeMail() {
6161
* @since 11.0.0
6262
*/
6363
public function isDefaultEnabledMail() {
64-
return true;
64+
return false;
6565
}
6666
}

0 commit comments

Comments
 (0)