Browse Source

Mastodon: revert unified outbox

master
David Larlet 3 years ago
parent
commit
93c11b06ec
No known key found for this signature in database
1 changed files with 4 additions and 45 deletions
  1. 4
    45
      david/mastodon/outbox.json

+ 4
- 45
david/mastodon/outbox.json View File

@@ -1,49 +1,8 @@
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"atomUri": "ostatus:atomUri",
"conversation": "ostatus:conversation",
"inReplyToAtomUri": "ostatus:inReplyToAtomUri",
"ostatus": "http://ostatus.org#",
"sensitive": "as:sensitive",
"toot": "http://joinmastodon.org/ns#",
"votersCount": "toot:votersCount"
}
],
"@context": "https://www.w3.org/ns/activitystreams",
"first": "https://larlet.fr/david/mastodon/outbox_content.json?page=true",
"id": "https://larlet.fr/david/mastodon/outbox.json",
"first": "https://larlet.fr/david/mastodon/outbox.json?page=true",
"last": "https://larlet.fr/david/mastodon/outbox.json?min_id=0&page=true",
"next": "https://larlet.fr/david/mastodon/outbox.json?max_id=1000&page=true",
"partOf": "https://larlet.fr/david/mastodon/outbox.json",
"prev": "https://larlet.fr/david/mastodon/outbox.json?min_id=0&page=true",
"type": "OrderedCollectionPage",
"last": "https://larlet.fr/david/mastodon/outbox_content.json?min_id=0&page=true",
"totalItems": 1,
"orderedItems": [
{
"actor": "https://larlet.fr/david/",
"cc": [
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "https://larlet.fr/david/2020/04/10/",
"object": {
"atomUri": "https://larlet.fr/david/2020/04/10/",
"attachment": [],
"attributedTo": "https://larlet.fr/david/",
"cc": [
"https://www.w3.org/ns/activitystreams#Public"
],
"content": "<p><a href=\"https://larlet.fr/david/2020/04/10/\">Résistance</a> by <span class=\"h-card\"><a href=\"https://mastodon.social/@dav\" class=\"u-url mention\">@<span>dav</span></a></span></p>",
"conversation": "tag:larlet.fr/david/2020/04/10/",
"id": "https://larlet.fr/david/2020/04/10/",
"published": "2020-04-12T00:42:33Z",
"sensitive": false,
"summary": null,
"type": "Note",
"url": "https://larlet.fr/david/2020/04/10/"
},
"published": "2020-04-12T00:42:33Z",
"type": "Create"
}
]
"type": "OrderedCollection"
}

Loading…
Cancel
Save