mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 01:15:56 +00:00
parse_counters: cache feedlist after update
This commit is contained in:
@@ -578,6 +578,11 @@ function parse_counters(reply, scheduled_call) {
|
||||
debug("Subscribed feed number changed, refreshing feedlist");
|
||||
setTimeout('updateFeedList(false, false)', 50);
|
||||
}
|
||||
} else {
|
||||
cache_invalidate("FEEDLIST");
|
||||
cache_inject("FEEDLIST",
|
||||
document.getElementById("feedList").innerHTML,
|
||||
getInitParam("num_feeds"));
|
||||
}
|
||||
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user