miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.44k stars 702 forks source link

Offset greater than current maximum items (total/unread) should yield last page and not the first #2708

Open woj-tek opened 5 days ago

woj-tek commented 5 days ago

Currently when setting offset to value greater than current maximum (either total items or unread items) it fallbacks to first page. I think it would be better to (at least) try to display last possible page.

(somewhat related/aftermath of #2707)