diff options
author | lain <lain@soykaf.club> | 2020-07-03 13:39:21 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-07-03 13:39:21 +0200 |
commit | 8289ec67a80697a1a4843c0ea50e66b01bf3bb00 (patch) | |
tree | 70a7ac013f30990b18e2be5777c0456b717de835 /priv/static | |
parent | 26a7cc3f003d79d6026d67a3a8370516b13c2c90 (diff) | |
download | pleroma-8289ec67a80697a1a4843c0ea50e66b01bf3bb00.tar.gz |
Litepub: Add acceptsChatMessages to schema.
Diffstat (limited to 'priv/static')
-rw-r--r-- | priv/static/schemas/litepub-0.1.jsonld | 1 |
1 files changed, 1 insertions, 0 deletions
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#", |