Cannot get older home timeline (`max_id` issue?)
xnuk opened this issue · 2 comments
xnuk commented
- Response of
GET /api/v1/timelines/home?max_id=123456789&limit=20
contains itemid: 123456789
at last of result array. - Actually
GET /api/v1/timelines/home?limit=20
has same response withGET /api/v1/timelines/home?max_id=123456789&limit=20
. - Tested on: Pinafore, Tusky
- Maybe related: #18
xnuk commented
Maybe related?: #11 (comment)
Currently I'm running SkyBridge on my server btw
pkreissel commented
That's quite important, fixing it would make skybridge quite useful.