Issue 8844: Fiy probing of unknown AP contacts

This commit is contained in:
Michael 2020-07-07 04:47:15 +00:00
parent afdb827bd7
commit 99de216d15
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ class Probe
}
if (empty($network) || ($network == Protocol::ACTIVITYPUB)) {
$ap_profile = ActivityPub::probeProfile($uri, !$cache);
$ap_profile = ActivityPub::probeProfile($uri);
} else {
$ap_profile = [];
}