mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 16:01:29 +00:00
optimize catchup selected, add CatchupSelected subop in viewfeed
This commit is contained in:
@@ -696,6 +696,13 @@
|
||||
type=\"text/css\" href=\"tt-rss_compact.css\"/>";
|
||||
}
|
||||
|
||||
if ($subop == "CatchupSelected") {
|
||||
$ids = split(",", db_escape_string($_GET["ids"]));
|
||||
$cmode = sprintf("%d", $_GET["cmode"]);
|
||||
|
||||
catchupArticlesById($link, $ids, $cmode);
|
||||
}
|
||||
|
||||
if ($subop == "ForceUpdate" && sprintf("%d", $feed) > 0) {
|
||||
update_generic_feed($link, $feed, $cat_view);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user