Allow to disable group change notification

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
This commit is contained in:
Marco Ambrosini 2021-07-28 12:23:47 +02:00 committed by backportbot[bot]
parent 9415eb1888
commit bb898c9ed5

View file

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