]> Untitled Git - lemmy.git/commit
Add limit and pagination to feeds (#2980)
authorJared Schneiderman <plunk00@gmail.com>
Mon, 12 Jun 2023 21:48:02 +0000 (17:48 -0400)
committerGitHub <noreply@github.com>
Mon, 12 Jun 2023 21:48:02 +0000 (17:48 -0400)
commit5f92125e449878d0156c56faa4a35bb028a22039
tree3f9eface3ef7feccc557f64d0eb7e303f8ca0490
parent25275b79eed0fb1fe90d27c197725f510f9965bb
Add limit and pagination to feeds (#2980)

* adds limit and pagination to all rss feeds

* consistent ordering

* refactor page and limit and add after

* revert back to using page

* remove offset change

* refactor to impl adding helper methods

* clippy
crates/routes/src/feeds.rs