mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #28230 from nextcloud/backport/28210/stable21
[stable21] Allow to disable group membership change notification
This commit is contained in:
commit
486f716f12
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