summaryrefslogtreecommitdiff
path: root/priv/static
diff options
context:
space:
mode:
authormarcin mikołajczak <git@mkljczk.pl>2022-08-08 10:45:43 +0200
committermarcin mikołajczak <git@mkljczk.pl>2023-10-29 00:02:17 +0200
commite5bd1ee80154b31457567c3d31de6c63e0146352 (patch)
treee09b3ecd483f5984d22638faeedcc209f450fe78 /priv/static
parent93370b870a8d16b5dada5ef7c7e3ef2de378395e (diff)
downloadpleroma-e5bd1ee80154b31457567c3d31de6c63e0146352.tar.gz
pleroma-e5bd1ee80154b31457567c3d31de6c63e0146352.zip
Add entry to @context, tests
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'priv/static')
-rw-r--r--priv/static/schemas/litepub-0.1.jsonld4
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"
}
]
}