diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2024-04-11 16:50:06 +0200 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2024-04-11 17:50:11 +0200 |
commit | 4f5c4d79c4534f0d9976543f718bea3edea843af (patch) | |
tree | c977513196fe5f87d7ebdb3130561e09f5d3cfa5 /priv/static | |
parent | 987f44d81142e11b008659f3fbdf9baf69a1e9d8 (diff) | |
download | pleroma-4f5c4d79c4534f0d9976543f718bea3edea843af.tar.gz pleroma-4f5c4d79c4534f0d9976543f718bea3edea843af.zip |
FEP-2c59, add "webfinger" to user actor
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'priv/static')
-rw-r--r-- | priv/static/schemas/litepub-0.1.jsonld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/priv/static/schemas/litepub-0.1.jsonld b/priv/static/schemas/litepub-0.1.jsonld index d156cba55..3569165a4 100644 --- a/priv/static/schemas/litepub-0.1.jsonld +++ b/priv/static/schemas/litepub-0.1.jsonld @@ -2,6 +2,7 @@ "@context": [ "https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1", + "https://purl.archive.org/socialweb/webfinger", { "Emoji": "toot:Emoji", "Hashtag": "as:Hashtag", |