diff options
author | Alex Gleason <alex@alexgleason.me> | 2022-01-20 23:18:24 +0000 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2022-01-20 23:18:24 +0000 |
commit | 6ffe43af70cf69b4bfe1fff778685e907b5ef988 (patch) | |
tree | ecaa94384ed11802ca00be0889f95e3669a25639 /test/fixtures | |
parent | 560bcd58ab100116b5cbdf3ccb1a860107a23327 (diff) | |
parent | 00523bdf5e4c61ffb1fdd66a3345a26848a20ca9 (diff) | |
download | pleroma-6ffe43af70cf69b4bfe1fff778685e907b5ef988.tar.gz pleroma-6ffe43af70cf69b4bfe1fff778685e907b5ef988.zip |
Merge branch 'private-pins' into 'develop'
Support private pinned posts from Mastodon
See merge request pleroma/pleroma!3611
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/mastodon/collections/external_featured.json | 14 |
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" +} |