summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.js b/functions.js
index db2b4a887..46d28ee7f 100644
--- a/functions.js
+++ b/functions.js
@@ -567,6 +567,8 @@ function parse_counters(reply, scheduled_call) {
if (row_needs_hl) {
new Effect.Highlight(feedr, {duration: 1, startcolor: "#fff7d5",
queue: { position:'end', scope: 'EFQ-' + id, limit: 1 } } );
+
+ cache_invalidate("F:" + id);
}
} else {
feedctr.className = "feedCtrNoUnread";