]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Contact.php
New "post-user" structure, new update functionality
[friendica.git] / src / Model / Contact.php
index 153a7dc8a4702f23bc1a97c51424ff850a76a345..05c7fb61fbdc261e7e53abdeb38d5072903c219f 100644 (file)
@@ -1339,7 +1339,7 @@ class Contact
                }
 
                if ($thread_mode) {             
-                       $items = Post::toArray(Post::selectForUser(local_user(), ['uri', 'gravity', 'parent-uri', 'thr-parent-id', 'author-id'], $condition, $params));
+                       $items = Post::toArray(Post::selectForUser(local_user(), ['uri-id', 'gravity', 'parent-uri-id', 'thr-parent-id', 'author-id'], $condition, $params));
 
                        $o .= conversation($a, $items, 'contacts', $update, false, 'commented', local_user());
                } else {