Issue 8844: Fiy probing of unknown AP contacts
This commit is contained in:
parent
afdb827bd7
commit
99de216d15
|
@ -342,7 +342,7 @@ class Probe
|
||||||
}
|
}
|
||||||
|
|
||||||
if (empty($network) || ($network == Protocol::ACTIVITYPUB)) {
|
if (empty($network) || ($network == Protocol::ACTIVITYPUB)) {
|
||||||
$ap_profile = ActivityPub::probeProfile($uri, !$cache);
|
$ap_profile = ActivityPub::probeProfile($uri);
|
||||||
} else {
|
} else {
|
||||||
$ap_profile = [];
|
$ap_profile = [];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user