Procházet zdrojové kódy

Mastodon: do we need fake pagination?

master
David Larlet před 4 roky
rodič
revize
b3088e1229
V databázi nebyl nalezen žádný známý klíč pro tento podpis
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      david/mastodon/outbox.json

+ 2
- 2
david/mastodon/outbox.json Zobrazit soubor

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

Načítá se…
Zrušit
Uložit