Update all owner events so they support all channels

This commit is contained in:
James Cole
2024-12-12 06:33:48 +01:00
parent c920070ce2
commit d995bfc081
14 changed files with 270 additions and 166 deletions

View File

@@ -429,10 +429,7 @@ class User extends Authenticatable
}
// not the best way to do this, but alas.
if ($notification instanceof UserInvitation) {
return $res;
}
if ($notification instanceof UserRegistration) {
if ($notification instanceof UserRegistration) {
return $res;
}
if ($notification instanceof VersionCheckResult) {