mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 07:05:56 +00:00
parse_counters: invalidate feed cache when counter had changed
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user