Detect the hide status when it hadn't been detected before
This commit is contained in:
parent
3c7fe5fc1b
commit
a733a00ea9
|
@ -394,7 +394,7 @@ class Probe
|
||||||
$data['network'] = Protocol::PHANTOM;
|
$data['network'] = Protocol::PHANTOM;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (empty($data['hide']) && ($data['network'] != Protocol::DFRN)) {
|
if (!isset($data['hide']) && in_array($data['network'], Protocol::FEDERATED)) {
|
||||||
$data['hide'] = self::getHideStatus($data['url']);
|
$data['hide'] = self::getHideStatus($data['url']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue