autogestion / pubgate-philip

Minimalist blogging ActivityPub client made with Svelte
10 stars 2 forks source link

Implement pagination for timeline #7

Closed autogestion closed 4 years ago

autogestion commented 4 years ago

On timeline load, app makes request to api ( check TimeLine.svelte ) and receives object which is first part of ActivityPub ordered collection https://www.w3.org/TR/activitystreams-core/#paging Implement pagination using 'next' and 'prev' urls in received object