From 2f1d6ddaf01f3fbdd28bece5d3a005fb7cdc4e5d Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Fri, 13 Oct 2023 20:39:22 -0400 Subject: [PATCH] Added some additional debugging output --- api/activitypub/sendNote.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/activitypub/sendNote.ts b/api/activitypub/sendNote.ts index 94185ee70..b13a1b4e6 100644 --- a/api/activitypub/sendNote.ts +++ b/api/activitypub/sendNote.ts @@ -122,7 +122,7 @@ export default async function (req: VercelRequest, res: VercelResponse) { "lastEpoch": new Date().getTime() }); - console.log("sendNode successful") + console.log("sendNode successful", sentIds, sendingIds, newSentIds); res.status(200).end("ok"); }; -- GitLab