mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 09:31:29 +00:00
feeds: unify naming
This commit is contained in:
@@ -219,7 +219,7 @@ class RPC extends Handler_Protected {
|
||||
$search_query = clean($_REQUEST['search_query']);
|
||||
$search_lang = clean($_REQUEST['search_lang']);
|
||||
|
||||
Feeds::catchup_feed($feed_id, $is_cat, false, $mode, [$search_query, $search_lang]);
|
||||
Feeds::_catchup($feed_id, $is_cat, false, $mode, [$search_query, $search_lang]);
|
||||
|
||||
// return counters here synchronously so that frontend can figure out next unread feed properly
|
||||
print json_encode(['counters' => Counters::getAllCounters()]);
|
||||
|
||||
Reference in New Issue
Block a user