mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 21:51:29 +00:00
headline cache tweaks
This commit is contained in:
@@ -113,6 +113,8 @@ function headlines_callback2(transport, active_feed_id, is_cat, feed_cur_page) {
|
|||||||
cache_prefix = "F:";
|
cache_prefix = "F:";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cache_invalidate(cache_prefix + active_feed_id);
|
||||||
|
|
||||||
cache_inject(cache_prefix + active_feed_id,
|
cache_inject(cache_prefix + active_feed_id,
|
||||||
headlines.firstChild.nodeValue, headlines_unread);
|
headlines.firstChild.nodeValue, headlines_unread);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user