X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=lib%2FPublicInbox%2FFeed.pm;h=cbdf5db99f8b8486e8a14caff84259c63e560fd9;hp=bf095a2cc8e3f7540e4baa66a792781956617431;hb=68f9da93b11412122fff6e6154a42ecabcdbada0;hpb=6c853f5256f3a324c018a37a9e8a6b9fc8fdc063 diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm index bf095a2c..cbdf5db9 100644 --- a/lib/PublicInbox/Feed.pm +++ b/lib/PublicInbox/Feed.pm @@ -133,7 +133,10 @@ sub recent_msgs { } } - $ctx->{next_page} = "r=$last_commit" if $last_commit; + $last_commit and + $ctx->{next_page} = qq[] . + 'next (older)'; + [ map { bless {blob => $_ }, 'PublicInbox::Smsg' } @oids ]; }