mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Merge pull request #49691 from nextcloud/backport/49688/stable30
[stable30] fix(activity): make emails for link share uploads true by default
This commit is contained in:
commit
8c73f3518f
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