mirror of
https://github.com/friendica/friendica
synced 2025-04-27 05:10:10 +00:00
The thread table is replaced by post-thread and post-thread-user
This commit is contained in:
parent
e561cad844
commit
5e846dd7c2
13 changed files with 358 additions and 153 deletions
|
@ -82,7 +82,7 @@ function notes_content(App $a, $update = false)
|
|||
|
||||
$params = ['order' => ['created' => true],
|
||||
'limit' => [$pager->getStart(), $pager->getItemsPerPage()]];
|
||||
$r = Post::selectThreadForUser(local_user(), ['uri-id'], $condition, $params);
|
||||
$r = Post::selectForUser(local_user(), ['uri-id'], $condition, $params);
|
||||
|
||||
$count = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue