From: William Pitcock Date: Sun, 23 Dec 2018 15:13:06 +0000 (+0000) Subject: litepub schema: add litepub:directMessage flag X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=75bb6637495ab02233815c04948b3d8b50c31674;p=akkoma litepub schema: add litepub:directMessage flag --- diff --git a/priv/static/schemas/litepub-0.1.jsonld b/priv/static/schemas/litepub-0.1.jsonld index 819d25c38..15645646a 100644 --- a/priv/static/schemas/litepub-0.1.jsonld +++ b/priv/static/schemas/litepub-0.1.jsonld @@ -17,7 +17,9 @@ "toot": "http://joinmastodon.org/ns#", "totalItems": "as:totalItems", "value": "schema:value", - "sensitive": "as:sensitive" + "sensitive": "as:sensitive", + "litepub": "http://litepub.social/ns#", + "directMessage": "litepub:directMessage" } ] }