Merge pull request #1377 from pixelfed/frontend-ui-refactor

Update InboxValidator job
pull/1392/head
daniel 6 years ago committed by GitHub
commit b45f8ca2d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,7 +58,7 @@ class InboxValidator implements ShouldQueue
if($this->verifySignature($headers, $profile, $payload) == true) {
InboxWorker::dispatch($headers, $profile, $payload);
} else if($this->blindKeyRotation($headers, $profile) == true) {
} else if($this->blindKeyRotation($headers, $profile, $payload) == true) {
InboxWorker::dispatch($headers, $profile, $payload);
} else {
return;

Loading…
Cancel
Save