diff options
author | Alex Gleason <alex@alexgleason.me> | 2022-01-22 23:29:55 -0600 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2022-01-22 23:29:55 -0600 |
commit | 4f51c41f9ff1e2cd2db62352f8ad1b4b79fa368b (patch) | |
tree | e26d8490bead8d8d19f2480acb0fd8f53c780a7e | |
parent | c22b35458776da25403efe18ade770dab8d347ae (diff) | |
download | pleroma-4f51c41f9ff1e2cd2db62352f8ad1b4b79fa368b.tar.gz |
@context: add quoteUrl
-rw-r--r-- | priv/static/schemas/litepub-0.1.jsonld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/priv/static/schemas/litepub-0.1.jsonld b/priv/static/schemas/litepub-0.1.jsonld index e7722cf72..9028de9d7 100644 --- a/priv/static/schemas/litepub-0.1.jsonld +++ b/priv/static/schemas/litepub-0.1.jsonld @@ -26,6 +26,7 @@ "@id": "litepub:listMessage", "@type": "@id" }, + "quoteUrl": "as:quoteUrl", "oauthRegistrationEndpoint": { "@id": "litepub:oauthRegistrationEndpoint", "@type": "@id" |