Loading examples/express/app.ts +1 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,7 @@ federation object: follow, }), ); relationStore.set(follower.id.href, follow.actorId.href); relationStore.set(follower.id.href, follow.objectId.href); }) .on(Undo, async (context, undo) => { const activity = await undo.getObject(context); Loading examples/next-app-router/app/[fedify]/[[...catchAll]]/route.ts +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ federation object: follow, }), ); relationStore.set(follower.id.href, follow.actorId.href); relationStore.set(follower.id.href, follow.objectId.href); }) .on(Undo, async (context, undo) => { const activity = await undo.getObject(context); Loading Loading
examples/express/app.ts +1 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,7 @@ federation object: follow, }), ); relationStore.set(follower.id.href, follow.actorId.href); relationStore.set(follower.id.href, follow.objectId.href); }) .on(Undo, async (context, undo) => { const activity = await undo.getObject(context); Loading
examples/next-app-router/app/[fedify]/[[...catchAll]]/route.ts +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ federation object: follow, }), ); relationStore.set(follower.id.href, follow.actorId.href); relationStore.set(follower.id.href, follow.objectId.href); }) .on(Undo, async (context, undo) => { const activity = await undo.getObject(context); Loading