Cannot get older home timeline (`max_id` issue?)
xnuk opened this issue · comments
즈눅 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
즈눅 commented
Maybe related?: #11 (comment)
Currently I'm running SkyBridge on my server btw
Philip Kreißel commented
That's quite important, fixing it would make skybridge quite useful.