diff --git a/app/Http/Controllers/FederationController.php b/app/Http/Controllers/FederationController.php index 43f363f1b..5c0111d83 100644 --- a/app/Http/Controllers/FederationController.php +++ b/app/Http/Controllers/FederationController.php @@ -102,7 +102,7 @@ class FederationController extends Controller $headers = $request->headers->all(); $payload = $request->getContent(); - InboxValidator::dispatch($username, $headers, $payload); + InboxValidator::dispatchNow($username, $headers, $payload)->onQueue('high'); // $profile = Profile::whereNull('domain')->whereUsername($username)->firstOrFail(); // if($profile->status != null) { // return ProfileController::accountCheck($profile);