summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authormarcin mikołajczak <git@mkljczk.pl>2022-01-20 11:59:15 +0100
committermarcin mikołajczak <git@mkljczk.pl>2022-01-20 12:35:32 +0100
commit88c21b928286782e174451fb6b039a34548ab75d (patch)
tree76e8338fb39eaf6806902ca9b235f30bd4329d87 /test/fixtures
parent84dcb55b0f1ef759eb27ee3e6a756c32f035981b (diff)
downloadpleroma-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')
-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"
+}