mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Update all owner events so they support all channels
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user