diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2022-01-18 14:57:48 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2022-01-18 14:57:48 +0100 |
commit | b108b0565076d677a90ff38ec8926e1f3153b7f6 (patch) | |
tree | 1d3bd0b66d4bd29fce875b3157005503ff7c4fd5 /priv/static | |
parent | 84dcb55b0f1ef759eb27ee3e6a756c32f035981b (diff) | |
download | pleroma-b108b0565076d677a90ff38ec8926e1f3153b7f6.tar.gz |
Birth dates, birthday reminders API, allow instance admins to require minimum age
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'priv/static')
-rw-r--r-- | priv/static/schemas/litepub-0.1.jsonld | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/priv/static/schemas/litepub-0.1.jsonld b/priv/static/schemas/litepub-0.1.jsonld index e7722cf72..946099a6e 100644 --- a/priv/static/schemas/litepub-0.1.jsonld +++ b/priv/static/schemas/litepub-0.1.jsonld @@ -35,7 +35,8 @@ "alsoKnownAs": { "@id": "as:alsoKnownAs", "@type": "@id" - } + }, + "vcard": "http://www.w3.org/2006/vcard/ns#" } ] } |