@rmdes/indiekit-endpoint-activitypub 2.0.22 → 2.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/federation-setup.js +1 -1
- package/package.json +1 -1
package/lib/federation-setup.js
CHANGED
|
@@ -731,7 +731,7 @@ export async function buildPersonActor(
|
|
|
731
731
|
const fediverseField = actorUrl
|
|
732
732
|
? new PropertyValue({
|
|
733
733
|
name: "Fediverse",
|
|
734
|
-
value: `<a href="${actorUrl}" rel="me"
|
|
734
|
+
value: `<a href="${actorUrl}" rel="me">${actorUrl}</a>`,
|
|
735
735
|
})
|
|
736
736
|
: null;
|
|
737
737
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rmdes/indiekit-endpoint-activitypub",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.23",
|
|
4
4
|
"description": "ActivityPub federation endpoint for Indiekit via Fedify. Adds full fediverse support: actor, inbox, outbox, followers, following, syndication, and Mastodon migration.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"indiekit",
|