mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update InboxValidator job
This commit is contained in:
parent
c75be9fb38
commit
10f897b59f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue