Skip to content

Commit

Permalink
Merge pull request #28210 from nextcloud/allow-to-disable-group-chang…
Browse files Browse the repository at this point in the history
…e-mail-notification

Allow to disable group membership change notification
  • Loading branch information
juliushaertl authored Jul 28, 2021
2 parents 3ced840 + a4d1c55 commit e840e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/lib/Activity/GroupSetting.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function isDefaultEnabledStream(): bool {
* @since 11.0.0
*/
public function canChangeMail(): bool {
return false;
return true;
}

/**
Expand Down

0 comments on commit e840e08

Please sign in to comment.