]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Contact.php
Get rid of the "item" table, enhanced "post" tables
[friendica.git] / src / Model / Contact.php
index 05c7fb61fbdc261e7e53abdeb38d5072903c219f..5a3f0aaefb89c45f818422777985108f834df94e 100644 (file)
@@ -1343,7 +1343,7 @@ class Contact
 
                        $o .= conversation($a, $items, 'contacts', $update, false, 'commented', local_user());
                } else {
-                       $items = Post::toArray(Post::selectForUser(local_user(), [], $condition, $params));
+                       $items = Post::toArray(Post::selectForUser(local_user(), Item::DISPLAY_FIELDLIST, $condition, $params));
 
                        $o .= conversation($a, $items, 'contact-posts', $update);
                }