mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:56:34 +00:00
filter by search results while marking feed as read
This commit is contained in:
@@ -450,8 +450,10 @@ class RPC extends Handler_Protected {
|
||||
$feed_id = $this->dbh->escape_string($_REQUEST['feed_id']);
|
||||
$is_cat = $this->dbh->escape_string($_REQUEST['is_cat']) == "true";
|
||||
$mode = $this->dbh->escape_string($_REQUEST['mode']);
|
||||
$search_query = $this->dbh->escape_string($_REQUEST['search_query']);
|
||||
$search_lang = $this->dbh->escape_string($_REQUEST['search_lang']);
|
||||
|
||||
catchup_feed($feed_id, $is_cat, false, false, $mode);
|
||||
catchup_feed($feed_id, $is_cat, false, false, $mode, [$search_query, $search_lang]);
|
||||
|
||||
print json_encode(array("message" => "UPDATE_COUNTERS"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user