]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Search.php
Allow nullable UID in PConfigCache
[friendica.git] / src / Core / Search.php
index e26cc0edc3a55792b682ad397cac11e4d87fafb7..9f8375da12f66e539a25d1da0954a3c14b34ca1a 100644 (file)
@@ -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;
                        }