diff options
| author | tusooa <tusooa@kazv.moe> | 2023-10-15 20:48:16 +0000 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-10-15 20:48:16 +0000 |
| commit | 14b1b9c9b0cc3a799e8aa8ad1e54ec1b6b3243d8 (patch) | |
| tree | 42f8d025607f9602f1a81a67f506ade936c9b684 /priv/static | |
| parent | a94cf2ad4ff523f72d03a9bf76ca9ec6b242c79b (diff) | |
| parent | 08608afca5566f712acdc14b7c43976d6d071106 (diff) | |
| download | pleroma-14b1b9c9b0cc3a799e8aa8ad1e54ec1b6b3243d8.tar.gz pleroma-14b1b9c9b0cc3a799e8aa8ad1e54ec1b6b3243d8.zip | |
Merge branch 'tusooa/quote' into 'develop'
Quoting
See merge request pleroma/pleroma!3921
Diffstat (limited to 'priv/static')
| -rw-r--r-- | priv/static/schemas/litepub-0.1.jsonld | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/priv/static/schemas/litepub-0.1.jsonld b/priv/static/schemas/litepub-0.1.jsonld index 650118475..b499a96f5 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#", + "fedibird": "http://fedibird.com/ns#", "value": "schema:value", "sensitive": "as:sensitive", "litepub": "http://litepub.social/ns#", @@ -26,6 +27,8 @@ "@id": "litepub:listMessage", "@type": "@id" }, + "quoteUrl": "as:quoteUrl", + "quoteUri": "fedibird:quoteUri", "oauthRegistrationEndpoint": { "@id": "litepub:oauthRegistrationEndpoint", "@type": "@id" |
