From: Egor Kislitsyn Date: Mon, 15 Jul 2019 07:29:13 +0000 (+0700) Subject: Add `listMessage` to to the JSON-LD context X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=04f18a144bdbb58f0fc774ea5530029f166b6821;p=akkoma Add `listMessage` to to the JSON-LD context --- 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"