Partly reverting change

2022.09-rc
Michael 2021-02-05 07:39:34 +00:00
rodzic 09c2f424be
commit 45dedee0a2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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