sforkowany z mirror/friendica
Detect the hide status when it hadn't been detected before
rodzic
3c7fe5fc1b
commit
a733a00ea9
|
@ -394,7 +394,7 @@ class Probe
|
|||
$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']);
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue