Compare commits
3 Commits
d2b9db4499
...
8bf6ffbf31
Author | SHA1 | Date |
---|---|---|
Moon Man | 8bf6ffbf31 | |
Moon Man | c5223fc816 | |
Moon Man | 498fd621c1 |
|
@ -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