diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-07-15 14:29:13 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-07-15 14:29:13 +0700 |
commit | 04f18a144bdbb58f0fc774ea5530029f166b6821 (patch) | |
tree | b3a6de12023e3cc6cf73ce5664bc3daf57edf0a8 /priv/static/schemas | |
parent | 0c66bb5857ca5c67630f07ff25878aaa70f3ce4b (diff) | |
download | pleroma-04f18a144bdbb58f0fc774ea5530029f166b6821.tar.gz pleroma-04f18a144bdbb58f0fc774ea5530029f166b6821.zip |
Add `listMessage` to to the JSON-LD context
Diffstat (limited to 'priv/static/schemas')
-rw-r--r-- | priv/static/schemas/litepub-0.1.jsonld | 4 |
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" |