diff options
author | Tusooa Zhu <tusooa@kazv.moe> | 2022-05-29 13:54:16 -0400 |
---|---|---|
committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-05-29 13:54:16 -0400 |
commit | 5e8aac0e07cf54d527643e9793b92f3c0b3826e2 (patch) | |
tree | 7806a5f80c711ed7f61a50e8775b3f31dec26bd2 /priv/static | |
parent | 0f6a5eb9a299629f295372f4d5ecdd9083a19717 (diff) | |
download | pleroma-5e8aac0e07cf54d527643e9793b92f3c0b3826e2.tar.gz |
Record edit history for Note and Question Updates
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 946099a6e..650118475 100644 --- a/priv/static/schemas/litepub-0.1.jsonld +++ b/priv/static/schemas/litepub-0.1.jsonld @@ -36,7 +36,8 @@ "@id": "as:alsoKnownAs", "@type": "@id" }, - "vcard": "http://www.w3.org/2006/vcard/ns#" + "vcard": "http://www.w3.org/2006/vcard/ns#", + "formerRepresentations": "litepub:formerRepresentations" } ] } |