backportbot[bot] 2 weeks ago committed by GitHub
commit c95f358aa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -682,7 +682,7 @@ class IMipService {
return false;
}
$type = $cuType->getValue() ?? 'INDIVIDUAL';
if (\in_array(strtoupper($type), ['RESOURCE', 'ROOM', 'UNKNOWN'], true)) {
if (\in_array(strtoupper($type), ['RESOURCE', 'ROOM'], true)) {
// Don't send emails to things
return true;
}

Loading…
Cancel
Save