Partly reverting change
authorMichael <heluecht@pirati.ca>
Fri, 5 Feb 2021 07:39:34 +0000 (07:39 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 5 Feb 2021 07:39:34 +0000 (07:39 +0000)
mod/notes.php

index 9fa34e5..b7f840b 100644 (file)
@@ -82,7 +82,7 @@ function notes_content(App $a, $update = false)
 
        $params = ['order' => ['created' => true],
                'limit' => [$pager->getStart(), $pager->getItemsPerPage()]];
-       $r = Post::selectForUser(local_user(), ['uri-id'], $condition, $params);
+       $r = Post::selectThreadForUser(local_user(), ['uri-id'], $condition, $params);
 
        $count = 0;