mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Allow to disable group change notification
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
This commit is contained in:
parent
9415eb1888
commit
bb898c9ed5
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ class GroupSetting implements ISetting {
|
|||
* @since 11.0.0
|
||||
*/
|
||||
public function canChangeMail(): bool {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue