Show contact posts from hidden users

This commit is contained in:
Michael 2018-11-25 18:50:41 +00:00
부모 ced4911c4a
커밋 b9efe5a532
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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