diff --git a/index.js b/index.js index 6c60616..a7a92cb 100644 --- a/index.js +++ b/index.js @@ -284,6 +284,7 @@ export default class ActivityPubEndpoint { const self = this; return { name: "ActivityPub syndicator", + options: { checked: self.options.checked }, get info() { const hostname = self._publicationUrl diff --git a/package.json b/package.json index 5376648..9ee52a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rmdes/indiekit-endpoint-activitypub", - "version": "0.1.4", + "version": "0.1.5", "description": "ActivityPub federation endpoint for Indiekit via Fedify. Adds full fediverse support: actor, inbox, outbox, followers, following, syndication, and Mastodon migration.", "keywords": [ "indiekit",