mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-23 08:14:10 +00:00
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