mirror of
https://github.com/nextcloud/server.git
synced 2026-04-01 15:18:09 -04:00
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:
commit
76abde54cb
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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue