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:
Julius Härtl 2021-07-28 17:13:49 +02:00 committed by GitHub
commit e840e08cef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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