summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-07-15 14:29:13 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-07-15 14:29:13 +0700
commit04f18a144bdbb58f0fc774ea5530029f166b6821 (patch)
treeb3a6de12023e3cc6cf73ce5664bc3daf57edf0a8
parent0c66bb5857ca5c67630f07ff25878aaa70f3ce4b (diff)
downloadpleroma-04f18a144bdbb58f0fc774ea5530029f166b6821.tar.gz
pleroma-04f18a144bdbb58f0fc774ea5530029f166b6821.zip
Add `listMessage` to to the JSON-LD context
-rw-r--r--priv/static/schemas/litepub-0.1.jsonld4
1 files changed, 4 insertions, 0 deletions
diff --git a/priv/static/schemas/litepub-0.1.jsonld b/priv/static/schemas/litepub-0.1.jsonld
index f36b231c5..57ed05eba 100644
--- a/priv/static/schemas/litepub-0.1.jsonld
+++ b/priv/static/schemas/litepub-0.1.jsonld
@@ -20,6 +20,10 @@
"sensitive": "as:sensitive",
"litepub": "http://litepub.social/ns#",
"directMessage": "litepub:directMessage",
+ "listMessage": {
+ "@id": "litepub:listMessage",
+ "@type": "@id"
+ },
"oauthRegistrationEndpoint": {
"@id": "litepub:oauthRegistrationEndpoint",
"@type": "@id"