Skip to content

Commit

Permalink
fix(activity): make emails for link share uploads true by default
Browse files Browse the repository at this point in the history
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Dec 6, 2024
1 parent 9684c3d commit 8089de5
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 8089de5

Please sign in to comment.