Reduced network request when probing

This commit is contained in:
Michael 2020-06-14 13:37:28 +00:00
parent 9b85d0b16e
commit b948887221
2 changed files with 201 additions and 158 deletions

View file

@ -145,7 +145,7 @@ class ActivityPub
{
$apcontact = APContact::getByURL($url, $update);
if (empty($apcontact)) {
return false;
return [];
}
$profile = ['network' => Protocol::ACTIVITYPUB];