mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(activity): make emails for link share uploads true by default
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
parent
9684c3d2d3
commit
8089de5fcf
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 false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue