]> git.mxchange.org Git - friendica.git/commitdiff
Bugfix: Private posts of contacts hadn't been displayed on the contact's page
authorMichael <heluecht@pirati.ca>
Fri, 18 Jan 2019 06:22:15 +0000 (06:22 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 18 Jan 2019 06:22:15 +0000 (06:22 +0000)
src/Model/Contact.php

index 7f309925f9d5466e97e29658ed26877fb023ea21..408a1ade4b0f2ff5a7815f26e76e215687b708f8 100644 (file)
@@ -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);