summaryrefslogtreecommitdiff
path: root/test/fixtures/mastodon/collections/external_featured.json
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2022-01-20 23:18:24 +0000
committerAlex Gleason <alex@alexgleason.me>2022-01-20 23:18:24 +0000
commit6ffe43af70cf69b4bfe1fff778685e907b5ef988 (patch)
treeecaa94384ed11802ca00be0889f95e3669a25639 /test/fixtures/mastodon/collections/external_featured.json
parent560bcd58ab100116b5cbdf3ccb1a860107a23327 (diff)
parent00523bdf5e4c61ffb1fdd66a3345a26848a20ca9 (diff)
Merge branch 'private-pins' into 'develop'
Support private pinned posts from Mastodon See merge request pleroma/pleroma!3611
Diffstat (limited to 'test/fixtures/mastodon/collections/external_featured.json')
-rw-r--r--test/fixtures/mastodon/collections/external_featured.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/fixtures/mastodon/collections/external_featured.json b/test/fixtures/mastodon/collections/external_featured.json
new file mode 100644
index 000000000..be5302cf8
--- /dev/null
+++ b/test/fixtures/mastodon/collections/external_featured.json
@@ -0,0 +1,14 @@
+{
+ "@context": [
+ "https://www.w3.org/ns/activitystreams",
+ "https://{{domain}}/schemas/litepub-0.1.jsonld",
+ {
+ "@language": "und"
+ }
+ ],
+ "id": "https://{{domain}}/users/{{nickname}}/collections/featured",
+ "orderedItems": [
+ "https://{{domain}}/objects/{{object_id}}"
+ ],
+ "type": "OrderedCollection"
+}