mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-23 13:33:18 +00:00
Merge pull request #2200 from pixelfed/staging
Update FederationController, fix typo
This commit is contained in:
commit
f2ae45e5a2
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class FederationController extends Controller
|
||||||
|
|
||||||
$headers = $request->headers->all();
|
$headers = $request->headers->all();
|
||||||
$payload = $request->getContent();
|
$payload = $request->getContent();
|
||||||
InboxValidator::dispatchNow($username, $headers, $payload)->onQueue('high');
|
dispatch(new InboxValidator($username, $headers, $payload))->onQueue('high');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue