From 498fd621c1501dabe8a380732e9121a1762f74ef Mon Sep 17 00:00:00 2001 From: Moon Date: Wed, 27 Dec 2023 16:34:43 +0000 Subject: [PATCH] loggin2 --- src/activity.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/activity.ts b/src/activity.ts index 0eac8be..cb4b8d2 100644 --- a/src/activity.ts +++ b/src/activity.ts @@ -35,6 +35,7 @@ export const handleInboxPost = async (req: Request, res: Response) => { } if (activity.type === "Follow") { + console.log(JSON.stringify(activity, null, 4)); const actor = await getByActor(activity.object); if (actor) {