mirror of
https://github.com/friendica/friendica
synced 2025-04-28 00:30:10 +00:00
Reduced network request when probing
This commit is contained in:
parent
9b85d0b16e
commit
b948887221
2 changed files with 201 additions and 158 deletions
|
@ -145,7 +145,7 @@ class ActivityPub
|
|||
{
|
||||
$apcontact = APContact::getByURL($url, $update);
|
||||
if (empty($apcontact)) {
|
||||
return false;
|
||||
return [];
|
||||
}
|
||||
|
||||
$profile = ['network' => Protocol::ACTIVITYPUB];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue