Compare commits

..

No commits in common. "8bf6ffbf319aa70d1dcd005912f49113637faa08" and "d2b9db4499388f1bddb27d94c548e7cca20fb0f1" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ 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) {