diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2022-01-20 11:59:15 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2022-01-20 12:35:32 +0100 |
commit | 88c21b928286782e174451fb6b039a34548ab75d (patch) | |
tree | 76e8338fb39eaf6806902ca9b235f30bd4329d87 /test/fixtures/mastodon | |
parent | 84dcb55b0f1ef759eb27ee3e6a756c32f035981b (diff) | |
download | pleroma-88c21b928286782e174451fb6b039a34548ab75d.tar.gz pleroma-88c21b928286782e174451fb6b039a34548ab75d.zip |
Support private pinned posts from Mastodon
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'test/fixtures/mastodon')
-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" +} |