Compare commits
No commits in common. "8bf6ffbf319aa70d1dcd005912f49113637faa08" and "d2b9db4499388f1bddb27d94c548e7cca20fb0f1" have entirely different histories.
8bf6ffbf31
...
d2b9db4499
|
@ -35,7 +35,6 @@ 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