catchupFeedInGroup: send catchup request even if there are no unread articles in the buffer for this feed
This commit is contained in:
+1
-1
@@ -455,6 +455,7 @@ function catchupFeedInGroup(id) {
|
||||
});
|
||||
|
||||
updateFloatingTitle(true);
|
||||
}
|
||||
|
||||
var catchup_query = "?op=rpc&method=catchupFeed&feed_id=" +
|
||||
id + "&is_cat=false";
|
||||
@@ -469,7 +470,6 @@ function catchupFeedInGroup(id) {
|
||||
handle_rpc_json(transport);
|
||||
}
|
||||
} );
|
||||
}
|
||||
|
||||
//return viewCurrentFeed('MarkAllReadGR:' + id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user