mirror of https://github.com/pixelfed/pixelfed.git
Merge pull request #2200 from pixelfed/staging
Update FederationController, fix typo
This commit is contained in:
commit
f2ae45e5a2
|
@ -102,7 +102,7 @@ class FederationController extends Controller
|
|||
|
||||
$headers = $request->headers->all();
|
||||
$payload = $request->getContent();
|
||||
InboxValidator::dispatchNow($username, $headers, $payload)->onQueue('high');
|
||||
dispatch(new InboxValidator($username, $headers, $payload))->onQueue('high');
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue