loggin2
This commit is contained in:
parent
b44167b16b
commit
498fd621c1
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue