logging
This commit is contained in:
parent
a292552a3f
commit
a87fa7cc0e
|
@ -34,6 +34,8 @@ export const handleInboxPost = async (req: Request, res: Response) => {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log("inbox POST:", req.url, req.body);
|
||||||
|
|
||||||
if (activity.type === "Follow") {
|
if (activity.type === "Follow") {
|
||||||
console.log(JSON.stringify(activity, null, 4));
|
console.log(JSON.stringify(activity, null, 4));
|
||||||
const actor = await getByActor(activity.object);
|
const actor = await getByActor(activity.object);
|
||||||
|
|
Loading…
Reference in New Issue