From: Andrew Dolgov Date: Wed, 14 Oct 2009 19:38:31 +0000 (+0400) Subject: parse_counters: invalidate feed cache when counter had changed X-Git-Tag: 1.3.4~3 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d9d0db0f019b0071120c512e6a285fa93230c9e2;p=tt-rss.git parse_counters: invalidate feed cache when counter had changed --- diff --git a/functions.js b/functions.js index db2b4a88..46d28ee7 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";