Merge branch 'main' of ssh://git.shipoclu.com:2222/moon/activitypress

This commit is contained in:
Moon Man 2023-12-27 11:44:29 -05:00
commit 18173efd42
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) {