forked from mirror/pixelfed
Update AP Inbox
This commit is contained in:
parent
57edd32ed1
commit
e43663c93f
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class Inbox
|
||||||
|
|
||||||
public function actorFirstOrCreate($actorUrl)
|
public function actorFirstOrCreate($actorUrl)
|
||||||
{
|
{
|
||||||
return Helpers::profileFirstOrNew($actorUrl);
|
return Helpers::profileFetch($actorUrl);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function handleCreateActivity()
|
public function handleCreateActivity()
|
||||||
|
|
Loading…
Reference in a new issue