Reverting the test

This commit is contained in:
Michael 2021-02-15 07:43:54 +00:00
parent 7117ada2bc
commit b51dc4dd91
1 changed files with 0 additions and 1 deletions

View File

@ -2262,7 +2262,6 @@ function api_statuses_user_timeline($type)
$condition[0] .= " AND `id` <= ?";
$condition[] = $max_id;
}
$condition = []; // test
$params = ['order' => ['id' => true], 'limit' => [$start, $count]];
$statuses = Post::selectForUser(api_user(), [], $condition, $params);