@rmdes/indiekit-endpoint-activitypub 3.9.2 → 3.9.3

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.
Files changed (2) hide show
  1. package/index.js +20 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -180,6 +180,26 @@ export default class ActivityPubEndpoint {
180
180
  text: "activitypub.reader.title",
181
181
  requiresDatabase: true,
182
182
  },
183
+ {
184
+ href: `${this.options.mountPath}/admin/reader/notifications`,
185
+ text: "activitypub.notifications.title",
186
+ requiresDatabase: true,
187
+ },
188
+ {
189
+ href: `${this.options.mountPath}/admin/reader/messages`,
190
+ text: "activitypub.messages.title",
191
+ requiresDatabase: true,
192
+ },
193
+ {
194
+ href: `${this.options.mountPath}/admin/reader/moderation`,
195
+ text: "activitypub.moderation.title",
196
+ requiresDatabase: true,
197
+ },
198
+ {
199
+ href: `${this.options.mountPath}/admin/my-profile`,
200
+ text: "activitypub.myProfile.title",
201
+ requiresDatabase: true,
202
+ },
183
203
  {
184
204
  href: `${this.options.mountPath}/admin/federation`,
185
205
  text: "activitypub.federationMgmt.title",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rmdes/indiekit-endpoint-activitypub",
3
- "version": "3.9.2",
3
+ "version": "3.9.3",
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",