mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-10 22:20:46 +00:00
Merge pull request #1377 from pixelfed/frontend-ui-refactor
Update InboxValidator job
This commit is contained in:
commit
b45f8ca2d4
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class InboxValidator implements ShouldQueue
|
||||||
|
|
||||||
if($this->verifySignature($headers, $profile, $payload) == true) {
|
if($this->verifySignature($headers, $profile, $payload) == true) {
|
||||||
InboxWorker::dispatch($headers, $profile, $payload);
|
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);
|
InboxWorker::dispatch($headers, $profile, $payload);
|
||||||
} else {
|
} else {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue