From: lain Date: Fri, 3 Jul 2020 11:39:21 +0000 (+0200) Subject: Litepub: Add acceptsChatMessages to schema. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=8289ec67a80697a1a4843c0ea50e66b01bf3bb00;p=akkoma Litepub: Add acceptsChatMessages to schema. --- diff --git a/priv/static/schemas/litepub-0.1.jsonld b/priv/static/schemas/litepub-0.1.jsonld index 7cc3fee40..c1bcad0f8 100644 --- a/priv/static/schemas/litepub-0.1.jsonld +++ b/priv/static/schemas/litepub-0.1.jsonld @@ -13,6 +13,7 @@ }, "discoverable": "toot:discoverable", "manuallyApprovesFollowers": "as:manuallyApprovesFollowers", + "acceptsChatMessages": "litepub:acceptsChatMessages", "ostatus": "http://ostatus.org#", "schema": "http://schema.org#", "toot": "http://joinmastodon.org/ns#",