mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-25 17:26:43 +00:00
Update FederationController, dispatch inbox jobs now on high queue
This commit is contained in:
parent
2ab58fb723
commit
29ce725c70
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue