Merge pull request #8851 from annando/issue-8844

Issue 8844: Fix probing of unknown AP contacts
This commit is contained in:
Hypolite Petovan
2020-07-07 08:56:10 -04:00
committed by GitHub

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 = [];
}