From 458db4f2ea05b5a117016a383f6e0a9b8d41bd38 Mon Sep 17 00:00:00 2001 From: Will Murphy Date: Sat, 24 Oct 2020 20:54:05 -0500 Subject: [PATCH] fix deleted line --- pub/federation.js | 1 + 1 file changed, 1 insertion(+) diff --git a/pub/federation.js b/pub/federation.js index 4e139ec..5449003 100644 --- a/pub/federation.js +++ b/pub/federation.js @@ -13,6 +13,7 @@ function requestObject (id) { return request({ url: id, headers: { Accept: 'application/activity+json' }, + json: true, httpSignature: { key: global.guppeSystemUser._meta.privateKey, keyId: global.guppeSystemUser.id,