diff --git a/packages/backend/src/core/activitypub/ApRequestService.ts b/packages/backend/src/core/activitypub/ApRequestService.ts index 8cf1f9066f..0b9139db90 100644 --- a/packages/backend/src/core/activitypub/ApRequestService.ts +++ b/packages/backend/src/core/activitypub/ApRequestService.ts @@ -241,9 +241,6 @@ export class ApRequestService { if (alternate) { const href = alternate.getAttribute('href'); if (href) { - // Since this early exits, we need to call DetachedWindowAPI.close - await window.happyDOM.close(); - return await this.signedGet(href, user, false); } }