mirror of
https://github.com/friendica/friendica
synced 2024-11-18 20:23:44 +00:00
Reverting the test
This commit is contained in:
parent
7117ada2bc
commit
b51dc4dd91
1 changed files with 0 additions and 1 deletions
|
@ -2262,7 +2262,6 @@ function api_statuses_user_timeline($type)
|
||||||
$condition[0] .= " AND `id` <= ?";
|
$condition[0] .= " AND `id` <= ?";
|
||||||
$condition[] = $max_id;
|
$condition[] = $max_id;
|
||||||
}
|
}
|
||||||
$condition = []; // test
|
|
||||||
$params = ['order' => ['id' => true], 'limit' => [$start, $count]];
|
$params = ['order' => ['id' => true], 'limit' => [$start, $count]];
|
||||||
$statuses = Post::selectForUser(api_user(), [], $condition, $params);
|
$statuses = Post::selectForUser(api_user(), [], $condition, $params);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue