@rmdes/indiekit-endpoint-activitypub 3.10.4 → 3.10.5

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 +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1203,5 +1203,8 @@ export default class ActivityPubEndpoint {
1203
1203
 
1204
1204
  destroy() {
1205
1205
  this._stopGate?.();
1206
+ if (this._inboxProcessorInterval) {
1207
+ clearInterval(this._inboxProcessorInterval);
1208
+ }
1206
1209
  }
1207
1210
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rmdes/indiekit-endpoint-activitypub",
3
- "version": "3.10.4",
3
+ "version": "3.10.5",
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",