]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Circle.php
Fix uddate issues and improve speed when displaying contact posts
[friendica.git] / src / Model / Circle.php
index 92e3ea656010a6fed2c439a1e87c1929a467864f..bfa02efd82f9b12b8933ed054a76d53bc5336b89 100644 (file)
@@ -428,7 +428,7 @@ class Circle
                                        'uid' => $uid,
                                        'rel' => [Contact::FOLLOWER, Contact::FRIEND],
                                        'network' => $networks,
-                                       'contact-type' => [Contact::TYPE_UNKNOWN, Contact::TYPE_PERSON],
+                                       'contact-type' => [Contact::TYPE_UNKNOWN, Contact::TYPE_PERSON, Contact::TYPE_NEWS, Contact::TYPE_ORGANISATION],
                                        'archive' => false,
                                        'pending' => false,
                                        'blocked' => false,