Bläddra i källkod

Mastodon: do we need fake pagination?

master
David Larlet 4 år sedan
förälder
incheckning
b3088e1229
Ingen känd nyckel hittad för denna signaturen i databasen
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      david/mastodon/outbox.json

+ 2
- 2
david/mastodon/outbox.json Visa fil

@@ -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"
}

Laddar…
Avbryt
Spara