diff options
| author | Maksim Pechnikov <parallel588@gmail.com> | 2019-12-05 12:18:59 +0300 |
|---|---|---|
| committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-12-05 12:18:59 +0300 |
| commit | e21afdb7c76c9773aeb51e37ff3bc2874e7a74f7 (patch) | |
| tree | fd8ca0c111cff6ef663b4272d64d64333a451032 /priv/static | |
| parent | 88f7cf51d43181b27db5ff1807d3e706fa336bac (diff) | |
| parent | 228bf4d214abe3bb62c52128d3bc145e396b174d (diff) | |
| download | pleroma-e21afdb7c76c9773aeb51e37ff3bc2874e7a74f7.tar.gz pleroma-e21afdb7c76c9773aeb51e37ff3bc2874e7a74f7.zip | |
Merge branch 'develop' into issue/1411
Diffstat (limited to 'priv/static')
| -rw-r--r-- | priv/static/schemas/litepub-0.1.jsonld | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/priv/static/schemas/litepub-0.1.jsonld b/priv/static/schemas/litepub-0.1.jsonld index 8bae42f6d..e7ebf72be 100644 --- a/priv/static/schemas/litepub-0.1.jsonld +++ b/priv/static/schemas/litepub-0.1.jsonld @@ -29,7 +29,11 @@ "@id": "litepub:oauthRegistrationEndpoint", "@type": "@id" }, - "EmojiReaction": "litepub:EmojiReaction" + "EmojiReaction": "litepub:EmojiReaction", + "alsoKnownAs": { + "@id": "as:alsoKnownAs", + "@type": "@id" + } } ] } |
