X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FSearch.php;h=9f8375da12f66e539a25d1da0954a3c14b34ca1a;hb=f70271aa5d40ce48ec92f1c6ec652c6a977e588c;hp=e26cc0edc3a55792b682ad397cac11e4d87fafb7;hpb=151c026a8aa5991c8f73b0974f479732c482cc45;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; }