mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 14:35:55 +00:00
queryfeedheadlines: remove disable_offsets hack
This commit is contained in:
@@ -686,8 +686,7 @@ class API extends Handler {
|
||||
"offset" => $offset,
|
||||
"since_id" => $since_id,
|
||||
"include_children" => $include_nested,
|
||||
"check_first_id" => $check_first_id,
|
||||
"api_request" => true
|
||||
"check_first_id" => $check_first_id
|
||||
);
|
||||
|
||||
$qfh_ret = queryFeedHeadlines($params);
|
||||
|
||||
Reference in New Issue
Block a user