Merge pull request #8851 from annando/issue-8844
Issue 8844: Fix probing of unknown AP contacts
This commit is contained in:
commit
5c0e079ca6
|
@ -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 = [];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue