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
parent a71294ed34
commit a4d1c55624

View file

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