Skip to content

Commit

Permalink
Merge pull request #49691 from nextcloud/backport/49688/stable30
Browse files Browse the repository at this point in the history
[stable30] fix(activity): make emails for link share uploads true by default
  • Loading branch information
provokateurin authored Dec 6, 2024
2 parents e517e7d + 8466d6a commit 8c73f35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ public function canChangeMail() {
* @since 11.0.0
*/
public function isDefaultEnabledMail() {
return false;
return true;
}
}

0 comments on commit 8c73f35

Please sign in to comment.