Merge pull request #6203 from annando/hidden-user

Show contact posts from hidden users
This commit is contained in:
Hypolite Petovan 2018-11-25 14:16:51 -05:00 committed by GitHub
commit bbc033cc9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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) {