mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
Fix sending invites when site is in invite mode
This commit is contained in:
@@ -151,7 +151,7 @@ class UserController extends BasePageController
|
||||
\Firewall::blacklist($editedUser->host);
|
||||
}
|
||||
$editedUser->refresh();
|
||||
SendAccountChangedEmail::dispatch($editedUser);
|
||||
SendAccountChangedEmail::dispatch($editedUser)->onQueue('emails');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user