summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 9c41992bd..1968c3775 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -113,6 +113,8 @@ function headlines_callback2(transport, active_feed_id, is_cat, feed_cur_page) {
cache_prefix = "F:";
}
+ cache_invalidate(cache_prefix + active_feed_id);
+
cache_inject(cache_prefix + active_feed_id,
headlines.firstChild.nodeValue, headlines_unread);