summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-07 11:16:45 +0300
committerAndrew Dolgov <[email protected]>2009-02-07 11:16:45 +0300
commit6161d5cc87503a750ec5c1c46008f5d55a8c1b17 (patch)
tree9820bab91656f404bd750790d492c34d6d93c50d /feedlist.js
parent71af6d360960eddbd4233b2ed20b01aca5ee2fe1 (diff)
viewfeed: update local db on catchup
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index 740ecdbc0..034900619 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -186,6 +186,8 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
if (subop == "MarkAllRead") {
+ catchup_local_feed(feed, is_cat);
+
var show_next_feed = getInitParam("on_catchup_show_next_feed") == "1";
if (show_next_feed) {