parse_counters: invalidate feed cache when counter had changed

This commit is contained in:
Andrew Dolgov 2009-10-14 23:38:31 +04:00
parent 7c057b1a2a
commit d9d0db0f01
1 changed files with 2 additions and 0 deletions

View File

@ -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";