mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 14:51:28 +00:00
fix updateFeed rpc call, fix feed editor feed catchup/uncatchup
This commit is contained in:
@@ -149,6 +149,7 @@ function backend_sanity_check_callback() {
|
||||
}
|
||||
}
|
||||
|
||||
/* wtf this is obsolete
|
||||
function updateFeed(feed_id) {
|
||||
|
||||
var query_str = "backend.php?op=rpc&subop=updateFeed&feed=" + feed_id;
|
||||
@@ -162,6 +163,7 @@ function updateFeed(feed_id) {
|
||||
}
|
||||
|
||||
}
|
||||
*/
|
||||
|
||||
function scheduleFeedUpdate(force) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user