Fix typo in ActivityHandler pipeline

pull/3939/head
Daniel Supernault 2 years ago
parent eea1fe0c58
commit 99a674bab6
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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;
}
}

Loading…
Cancel
Save