forked from mirror/pixelfed
Merge pull request #1377 from pixelfed/frontend-ui-refactor
Update InboxValidator job
This commit is contained in:
commit
b45f8ca2d4
|
@ -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…
Reference in New Issue