mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Fix typo in ActivityHandler pipeline
This commit is contained in:
parent
eea1fe0c58
commit
99a674bab6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue