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
commit 5c0e079ca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = [];
}