X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FSearch.php;h=9f8375da12f66e539a25d1da0954a3c14b34ca1a;hb=a2c6240da02de21dc974b1fbe65a943f2abb37fb;hp=e26cc0edc3a55792b682ad397cac11e4d87fafb7;hpb=b9ab6137776f39db3d01481cb6a7d5f6a1634be5;p=friendica.git diff --git a/src/Core/Search.php b/src/Core/Search.php index e26cc0edc3..9f8375da12 100644 --- a/src/Core/Search.php +++ b/src/Core/Search.php @@ -49,7 +49,7 @@ class Search extends BaseObject return $emptyResultList; } - if (!(in_array($user_data["network"], [Protocol::ACTIVITYPUB, Protocol::DFRN, Protocol::OSTATUS, Protocol::DIASPORA]))) { + if (!(in_array($user_data["network"], Protocol::FEDERATED))) { return $emptyResultList; }