diff --git a/app/Jobs/InboxPipeline/InboxValidator.php b/app/Jobs/InboxPipeline/InboxValidator.php index 8759ac064..f9ddd2c02 100644 --- a/app/Jobs/InboxPipeline/InboxValidator.php +++ b/app/Jobs/InboxPipeline/InboxValidator.php @@ -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;