Merge branch 'main' of ssh://git.shipoclu.com:2222/moon/activitypress
This commit is contained in:
commit
18173efd42
|
@ -35,6 +35,7 @@ export const handleInboxPost = async (req: Request, res: Response) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (activity.type === "Follow") {
|
if (activity.type === "Follow") {
|
||||||
|
console.log(JSON.stringify(activity, null, 4));
|
||||||
const actor = await getByActor(activity.object);
|
const actor = await getByActor(activity.object);
|
||||||
|
|
||||||
if (actor) {
|
if (actor) {
|
||||||
|
|
Loading…
Reference in New Issue