summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2022-01-28 14:06:32 -0600
committertusooa <tusooa@kazv.moe>2023-09-13 19:19:04 -0400
commit3c8319fe9f7a7c793f8fdc347be2015190981e33 (patch)
tree0fdda3dcf158c7b9fa6fec8df041da13cc0df3dd /priv
parentcf8e4258830e3f362ab1e54238d622f6b2056502 (diff)
Transmogrifier: federate quotes with _misskey_quote field
Diffstat (limited to 'priv')
-rw-r--r--priv/static/schemas/litepub-0.1.jsonld2
1 files changed, 2 insertions, 0 deletions
diff --git a/priv/static/schemas/litepub-0.1.jsonld b/priv/static/schemas/litepub-0.1.jsonld
index 5d8244a11..8559e744d 100644
--- a/priv/static/schemas/litepub-0.1.jsonld
+++ b/priv/static/schemas/litepub-0.1.jsonld
@@ -17,6 +17,7 @@
"ostatus": "http://ostatus.org#",
"schema": "http://schema.org#",
"toot": "http://joinmastodon.org/ns#",
+ "misskey": "https://misskey-hub.net/ns#",
"value": "schema:value",
"sensitive": "as:sensitive",
"litepub": "http://litepub.social/ns#",
@@ -27,6 +28,7 @@
"@type": "@id"
},
"quoteUrl": "as:quoteUrl",
+ "_misskey_quote": "misskey:_misskey_quote",
"oauthRegistrationEndpoint": {
"@id": "litepub:oauthRegistrationEndpoint",
"@type": "@id"