diff --git a/src/controllers/activitypub/index.js b/src/controllers/activitypub/index.js index 7077e88ad6..08160cc285 100644 --- a/src/controllers/activitypub/index.js +++ b/src/controllers/activitypub/index.js @@ -42,8 +42,7 @@ Controller.fetch = async (req, res, next) => { } default: - return next(); - // return helpers.redirect(res, result); + return helpers.redirect(res, url.href, false); } }