diff options
author | lain <lain@soykaf.club> | 2024-03-18 10:35:02 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2024-03-18 10:35:02 +0000 |
commit | 2b71f4897fd95e2a6d95e092956266aea2a003db (patch) | |
tree | 026686b46650859a3dddba5df432562da0a5a724 /priv | |
parent | d415686bb9248e1c5b8913b7c3b96f74e9b8f230 (diff) | |
parent | cf0aa1238ccd137219253d76355f2dc0f89679ac (diff) | |
download | pleroma-2b71f4897fd95e2a6d95e092956266aea2a003db.tar.gz pleroma-2b71f4897fd95e2a6d95e092956266aea2a003db.zip |
Merge branch 'develop' into 'bookmark-folders'
# Conflicts:
# docs/development/API/differences_in_mastoapi_responses.md
Diffstat (limited to 'priv')
-rw-r--r-- | priv/static/schemas/litepub-0.1.jsonld | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/priv/static/schemas/litepub-0.1.jsonld b/priv/static/schemas/litepub-0.1.jsonld index b499a96f5..d156cba55 100644 --- a/priv/static/schemas/litepub-0.1.jsonld +++ b/priv/static/schemas/litepub-0.1.jsonld @@ -40,7 +40,9 @@ "@type": "@id" }, "vcard": "http://www.w3.org/2006/vcard/ns#", - "formerRepresentations": "litepub:formerRepresentations" + "formerRepresentations": "litepub:formerRepresentations", + "sm": "http://smithereen.software/ns#", + "nonAnonymous": "sm:nonAnonymous" } ] } |