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 <marcoambrosini@pm.me>
  • Loading branch information
marcoambrosini authored and skjnldsv committed Aug 19, 2021
1 parent f7d5bb5 commit 1829b5d
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 1829b5d

Please sign in to comment.