diff options
author | Alex Gleason <alex@alexgleason.me> | 2022-01-28 17:53:19 -0600 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2023-09-13 19:19:05 -0400 |
commit | 79fca39faf6d084eabb6be44a2263431943b8dd4 (patch) | |
tree | e723d1bdac7c0660d85e20bffd59da3cb70b538c /priv/static | |
parent | 4075eecca0033e4487fa9d5d5bb75384597c3e79 (diff) | |
download | pleroma-79fca39faf6d084eabb6be44a2263431943b8dd4.tar.gz pleroma-79fca39faf6d084eabb6be44a2263431943b8dd4.zip |
Actually, don't send _misskey_quote anymore
Diffstat (limited to 'priv/static')
-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 3d68e0714..b499a96f5 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" |