summaryrefslogtreecommitdiff
path: root/js/feedlist.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/feedlist.js')
-rw-r--r--js/feedlist.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/feedlist.js b/js/feedlist.js
index 7c2e08052..0bfb6b6a7 100644
--- a/js/feedlist.js
+++ b/js/feedlist.js
@@ -99,6 +99,12 @@ function viewfeed(feed, method, is_cat, offset, background, infscroll_req, can_w
query = query + "&m=" + param_escape(method);
}
+ if (offset > 0) {
+ if (current_first_id) {
+ query = query + "&fid=" + param_escape(current_first_id);
+ }
+ }
+
if (!background) {
if (_search_query) {
force_nocache = true;