From e92269053e3fd0e9b9c155ded86a1668444f3d70 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 7 Jan 2020 15:24:27 +0100 Subject: Update http signature --- server/lib/job-queue/handlers/activitypub-http-unicast.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/lib') diff --git a/server/lib/job-queue/handlers/activitypub-http-unicast.ts b/server/lib/job-queue/handlers/activitypub-http-unicast.ts index c70ce3be9..6fbd4a716 100644 --- a/server/lib/job-queue/handlers/activitypub-http-unicast.ts +++ b/server/lib/job-queue/handlers/activitypub-http-unicast.ts @@ -20,6 +20,8 @@ async function processActivityPubHttpUnicast (job: Bull.Job) { const body = await computeBody(payload) const httpSignatureOptions = await buildSignedRequestOptions(payload) + logger.info('hello', { httpSignatureOptions }) + const options = { method: 'POST', uri, -- cgit v1.2.3