mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02: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)
|
||||
{
|
||||
return Helpers::profileFirstOrNew($actorUrl);
|
||||
return Helpers::profileFetch($actorUrl);
|
||||
}
|
||||
|
||||
public function handleCreateActivity()
|
||||
|
|
Loading…
Add table
Reference in a new issue