]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #6461 from annando/contacts-post
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 18 Jan 2019 08:39:10 +0000 (09:39 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Jan 2019 08:39:10 +0000 (09:39 +0100)
Private posts of contacts hadn't been displayed on the contact's page

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);