diff --git a/lib/federation-setup.js b/lib/federation-setup.js index 608ca5f..8f7917e 100644 --- a/lib/federation-setup.js +++ b/lib/federation-setup.js @@ -731,7 +731,7 @@ export async function buildPersonActor( const fediverseField = actorUrl ? new PropertyValue({ name: "Fediverse", - value: `@${identifier}@${new URL(actorUrl).hostname}`, + value: `${actorUrl}`, }) : null; diff --git a/package.json b/package.json index 9c0d3e7..9ec1014 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rmdes/indiekit-endpoint-activitypub", - "version": "2.0.22", + "version": "2.0.24", "description": "ActivityPub federation endpoint for Indiekit via Fedify. Adds full fediverse support: actor, inbox, outbox, followers, following, syndication, and Mastodon migration.", "keywords": [ "indiekit",