This commit is contained in:
Moon Man 2023-12-27 16:34:43 +00:00
parent b44167b16b
commit 498fd621c1
1 changed files with 1 additions and 0 deletions

View File

@ -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) {