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

Update InboxValidator job
This commit is contained in:
daniel 2019-06-09 19:05:08 -06:00 committed by GitHub
commit b45f8ca2d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;