lemmy/crates/db_views
Maxime Poulin 3a1be8c041
Fix legacy pagination for Subscribed feed (#4030)
This is the fix suggested in #4019

I've manually tested both legacy pagination (`page=2&limit=20`) as well as the new pagination (`cursor_next=XXXXXXX&limit=20`) using the same endpoint as #4019, and both methods appear to work as expected.
2023-10-11 16:53:18 +02:00
..
src Fix legacy pagination for Subscribed feed (#4030) 2023-10-11 16:53:18 +02:00
Cargo.toml Allow passing auth via header or cookie (#3725) 2023-08-29 10:47:57 -04:00