Compare commits

...

3 Commits

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