]> git.mxchange.org Git - friendica.git/commitdiff
Show contact posts from hidden users
authorMichael <heluecht@pirati.ca>
Sun, 25 Nov 2018 18:50:41 +0000 (18:50 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 25 Nov 2018 18:50:41 +0000 (18:50 +0000)
include/conversation.php

index 2d613f0f38ac5903d14e2698e8ec813ed8b70bfa..023b6c875e54cb9c582d1719367151bd1d320c95 100644 (file)
@@ -524,7 +524,7 @@ function conversation(App $a, array $items, Pager $pager, $mode, $update, $previ
                                ."/?f='; var profile_page = " . $pager->getPage() . "; </script>\r\n";
                }
        } elseif ($mode === 'contacts') {
-               $items = conversation_add_children($items, true, $order, $uid);
+               $items = conversation_add_children($items, false, $order, $uid);
                $profile_owner = 0;
 
                if (!$update) {