浏览代码

Mastodon: do we need fake pagination?

master
David Larlet 4 年前
父节点
当前提交
b3088e1229
找不到此签名对应的密钥
共有 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"
}

正在加载...
取消
保存