mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Merge pull request #6461 from annando/contacts-post
Private posts of contacts hadn't been displayed on the contact's page
This commit is contained in:
commit
678004e15a
1 changed files with 1 additions and 1 deletions
|
@ -1414,7 +1414,7 @@ class Contact extends BaseObject
|
|||
|
||||
$items = Item::inArray($r);
|
||||
|
||||
$o = conversation($a, $items, $pager, 'contacts', $update);
|
||||
$o = conversation($a, $items, $pager, 'contacts', $update, false, 'commented', local_user());
|
||||
} else {
|
||||
$r = Item::selectForUser(local_user(), [], $condition, $params);
|
||||
|
||||
|
|
Loading…
Reference in a new issue