Skip to content

Commit

Permalink
Allow to disable group change notification
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Ambrosini <[email protected]>
  • Loading branch information
marcoambrosini committed Jul 28, 2021
1 parent a71294e commit a4d1c55
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 a4d1c55

Please sign in to comment.