summaryrefslogtreecommitdiff
path: root/test/fixtures/mastodon
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2021-05-28 13:08:23 -0500
committerAlex Gleason <alex@alexgleason.me>2021-05-28 13:08:23 -0500
commitbf2ee12fdb4e7d95e1cbf040a4406901b60ddfa2 (patch)
treea893776f6d6c2fe3c81376891c186983481d7a0f /test/fixtures/mastodon
parentfda34591cefad94277385311c6391d1ca2adb36c (diff)
parent8e9f032f25251d910b59c55226d10a305bad3cba (diff)
downloadpleroma-bf2ee12fdb4e7d95e1cbf040a4406901b60ddfa2.tar.gz
pleroma-bf2ee12fdb4e7d95e1cbf040a4406901b60ddfa2.zip
Merge remote-tracking branch 'pleroma/develop' into cycles-router-mediaproxy
Diffstat (limited to 'test/fixtures/mastodon')
-rw-r--r--test/fixtures/mastodon/collections/featured.json39
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"
+}