Browse Source

Allow to disable group change notification

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
tags/v23.0.0beta1
Marco Ambrosini 2 years ago
parent
commit
a4d1c55624
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/settings/lib/Activity/GroupSetting.php

+ 1
- 1
apps/settings/lib/Activity/GroupSetting.php View File

* @since 11.0.0 * @since 11.0.0
*/ */
public function canChangeMail(): bool { public function canChangeMail(): bool {
return false;
return true;
} }


/** /**

Loading…
Cancel
Save