diff options
author | Alex Gleason <alex@alexgleason.me> | 2022-01-28 17:53:19 -0600 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2022-01-28 17:53:19 -0600 |
commit | 4883b996adbbe89b2dc9e95d6dea724c1733ed82 (patch) | |
tree | d19e029d07e2a83ffb0190999dc5160f9f9f8e99 /priv | |
parent | 108997b7644b400e7a3c7bd3f8f3f7e2bd42ecb2 (diff) | |
download | pleroma-4883b996adbbe89b2dc9e95d6dea724c1733ed82.tar.gz |
Actually, don't send _misskey_quote anymore
Diffstat (limited to 'priv')
-rw-r--r-- | priv/static/schemas/litepub-0.1.jsonld | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/priv/static/schemas/litepub-0.1.jsonld b/priv/static/schemas/litepub-0.1.jsonld index 568a75ce0..16c22ff0f 100644 --- a/priv/static/schemas/litepub-0.1.jsonld +++ b/priv/static/schemas/litepub-0.1.jsonld @@ -17,7 +17,6 @@ "ostatus": "http://ostatus.org#", "schema": "http://schema.org#", "toot": "http://joinmastodon.org/ns#", - "misskey": "https://misskey-hub.net/ns#", "fedibird": "http://fedibird.com/ns#", "value": "schema:value", "sensitive": "as:sensitive", @@ -30,7 +29,6 @@ }, "quoteUrl": "as:quoteUrl", "quoteUri": "fedibird:quoteUri", - "_misskey_quote": "misskey:_misskey_quote", "oauthRegistrationEndpoint": { "@id": "litepub:oauthRegistrationEndpoint", "@type": "@id" |