diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2021-03-09 09:00:20 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2021-03-25 13:03:41 +0300 |
commit | 8f0778166c2e7c76975d14937ef61c05d399b560 (patch) | |
tree | cc898a7c6e9e6de5cb13357ff9724ff3297a9270 /test/fixtures/mastodon | |
parent | 16c96966e9f7a039a969c06bdd6c4e18ab8d432c (diff) | |
download | pleroma-8f0778166c2e7c76975d14937ef61c05d399b560.tar.gz pleroma-8f0778166c2e7c76975d14937ef61c05d399b560.zip |
moving fixture into mastodon folder
Diffstat (limited to 'test/fixtures/mastodon')
-rw-r--r-- | test/fixtures/mastodon/collections/featured.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/test/fixtures/mastodon/collections/featured.json b/test/fixtures/mastodon/collections/featured.json new file mode 100644 index 000000000..56f8f56fa --- /dev/null +++ b/test/fixtures/mastodon/collections/featured.json @@ -0,0 +1,39 @@ +{ + "@context": [ + "https://www.w3.org/ns/activitystreams", + "https://{{domain}}/schemas/litepub-0.1.jsonld", + { + "@language": "und" + } + ], + "id": "https://{{domain}}/users/{{nickname}}/collections/featured", + "orderedItems": [ + { + "@context": [ + "https://www.w3.org/ns/activitystreams", + "https://{{domain}}/schemas/litepub-0.1.jsonld", + { + "@language": "und" + } + ], + "actor": "https://{{domain}}/users/{{nickname}}", + "attachment": [], + "attributedTo": "https://{{domain}}/users/{{nickname}}", + "cc": [ + "https://{{domain}}/users/{{nickname}}/followers" + ], + "content": "", + "id": "https://{{domain}}/objects/{{object_id}}", + "published": "2021-02-12T15:13:43.915429Z", + "sensitive": false, + "source": "", + "summary": "", + "tag": [], + "to": [ + "https://www.w3.org/ns/activitystreams#Public" + ], + "type": "Note" + } + ], + "type": "OrderedCollection" +} |