From 061ad3d7ba2185788a8f050934db27b2b36cbc9f Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 17 Sep 2024 12:16:10 +0200 Subject: [PATCH] Document `attributionDomains` (#1532) --- content/en/spec/activitypub.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/en/spec/activitypub.md b/content/en/spec/activitypub.md index 5ab4dcf0..1d9884db 100644 --- a/content/en/spec/activitypub.md +++ b/content/en/spec/activitypub.md @@ -264,6 +264,9 @@ alsoKnownAs published : When the profile was created. +attributionDomains +: Domains allowed to use `fediverse:creator` for this actor in published articles. + ## JSON-LD Contexts and Extensions {#contexts} {{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/lib/activitypub/adapter.rb" caption="app/lib/activitypub/adapter.rb" >}} @@ -283,6 +286,7 @@ Contains definitions for Mastodon features. - toot:discoverable (`http://joinmastodon.org/ns#discoverable`) - toot:suspended (`http://joinmastodon.org/ns#suspended`) - toot:votersCount (`http://joinmastodon.org/ns#votersCount`) +- toot:attributionDomains (`http://joinmastodon.org/ns#attributionDomains`) ### ActivityStreams extensions (`as:`) {#as} @@ -830,4 +834,4 @@ Signature: ... # a signature from an account on mastodon.social "https://mastodon.social/users/Gargron" ] } -``` \ No newline at end of file +```