diff --git a/app/Jobs/InboxPipeline/ActivityHandler.php b/app/Jobs/InboxPipeline/ActivityHandler.php index 2c2efc890..cd5f5689a 100644 --- a/app/Jobs/InboxPipeline/ActivityHandler.php +++ b/app/Jobs/InboxPipeline/ActivityHandler.php @@ -41,7 +41,7 @@ class ActivityHandler implements ShouldQueue */ public function handle() { - (new Inbox($this->headers, $this->profile, $this->payload))->handle(); + (new Inbox($this->headers, $this->username, $this->payload))->handle(); return; } }