This commit is contained in:
Moon Man 2023-12-31 08:13:03 -05:00
parent a292552a3f
commit a87fa7cc0e
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ export const handleInboxPost = async (req: Request, res: Response) => {
return;
}
console.log("inbox POST:", req.url, req.body);
if (activity.type === "Follow") {
console.log(JSON.stringify(activity, null, 4));
const actor = await getByActor(activity.object);