Issue 8844: Fiy probing of unknown AP contacts
This commit is contained in:
parent
afdb827bd7
commit
99de216d15
1 changed files with 1 additions and 1 deletions
|
@ -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