소스 검색

Mastodon: do we need fake pagination?

master
David Larlet 4 년 전
부모
커밋
b3088e1229
No known key found for this signature in database
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      david/mastodon/outbox.json

+ 2
- 2
david/mastodon/outbox.json 파일 보기

@@ -1,8 +1,8 @@
{
"@context": "https://www.w3.org/ns/activitystreams",
"first": "https://larlet.fr/david/mastodon/outbox_content.json",
"first": "https://larlet.fr/david/mastodon/outbox_content.json?page=true",
"id": "https://larlet.fr/david/mastodon/outbox.json",
"last": "https://larlet.fr/david/mastodon/outbox_content.json",
"last": "https://larlet.fr/david/mastodon/outbox_content.json?min_id=0&page=true",
"totalItems": 1,
"type": "OrderedCollection"
}

Loading…
취소
저장