1
0
Fork 0
forked from mirror/pixelfed

Update AP Inbox

This commit is contained in:
Daniel Supernault 2019-08-17 01:45:55 -06:00
parent 57edd32ed1
commit e43663c93f
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -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()