Just some more tests

This commit is contained in:
Michael 2021-02-05 05:53:44 +00:00
parent 0cd8c78e2d
commit 239bf686af
2 changed files with 26 additions and 22 deletions

View file

@ -1819,7 +1819,8 @@ function api_statuses_networkpublic_timeline($type)
}
$params = ['order' => ['id' => true], 'limit' => [$start, $count]];
$statuses = Post::selectForUser(api_user(), Item::DISPLAY_FIELDLIST, $condition, $params);
// $statuses = Post::selectForUser(api_user(), Item::DISPLAY_FIELDLIST, $condition, $params);
$statuses = Post::select(Item::DISPLAY_FIELDLIST, $condition, $params);
$ret = api_format_items(Post::toArray($statuses), $user_info, false, $type);