]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Contact.php
Updated messages.po, keep a translatable string
[friendica.git] / src / Model / Contact.php
index 236c0b9b9997a7da633a90afbefc7cd22fd5649c..f095543ebdd725f560d426f0f423191aed7674c8 100644 (file)
@@ -3024,6 +3024,10 @@ class Contact
 
                $condition = ['network' => $networks, 'failed' => false, 'deleted' => false, 'uid' => $uid];
 
+               if ($uid == 0) {
+                       $condition['blocked'] = false;
+               }
+
                // check if we search only communities or every contact
                if ($mode === 'community') {
                        $condition['contact-type'] = self::TYPE_COMMUNITY;