Merge pull request #28230 from nextcloud/backport/28210/stable21

[stable21] Allow to disable group membership change notification
This commit is contained in:
marco 2021-07-29 14:29:18 +02:00 committed by GitHub
commit 486f716f12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ class GroupSetting implements ISetting {
* @since 11.0.0
*/
public function canChangeMail(): bool {
return false;
return true;
}
/**