mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-08 20:49:15 +00:00
invalidate headline cache when clicking on unread article
This commit is contained in:
@@ -286,6 +286,8 @@ function showArticleInHeadlines(id) {
|
||||
document.getElementById("headlines-frame").innerHTML,
|
||||
get_feed_unread(getActiveFeedId())-1);
|
||||
|
||||
} else if (article_is_unread) {
|
||||
cache_invalidate(cache_prefix + getActiveFeedId());
|
||||
}
|
||||
|
||||
markHeadline(id);
|
||||
|
||||
Reference in New Issue
Block a user