mirror of
https://github.com/nextcloud/server.git
synced 2026-04-04 08:35:50 -04:00
Merge pull request #28210 from nextcloud/allow-to-disable-group-change-mail-notification
Allow to disable group membership change notification
This commit is contained in:
commit
e840e08cef
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class GroupSetting implements ISetting {
|
|||
* @since 11.0.0
|
||||
*/
|
||||
public function canChangeMail(): bool {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue