diff options
author | lain <lain@soykaf.club> | 2020-04-22 12:52:39 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-04-22 12:52:39 +0200 |
commit | 1d6338f2d38284e94e17be58c21c7f34b5621ab7 (patch) | |
tree | 6765b09255c07436ea625a8a14ce5f68d6d0f6d1 | |
parent | 2e62a63749e040b108b8afe2c8839c470f89fa04 (diff) | |
download | pleroma-1d6338f2d38284e94e17be58c21c7f34b5621ab7.tar.gz |
Litepub: Add ChatMessage.
-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 278ad2f96..7cc3fee40 100644 --- a/priv/static/schemas/litepub-0.1.jsonld +++ b/priv/static/schemas/litepub-0.1.jsonld @@ -30,6 +30,7 @@ "@type": "@id" }, "EmojiReact": "litepub:EmojiReact", + "ChatMessage": "litepub:ChatMessage", "alsoKnownAs": { "@id": "as:alsoKnownAs", "@type": "@id" |