mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
fix: one more fix
This commit is contained in:
@@ -49,7 +49,7 @@ Controller.fetch = async (req, res, next) => {
|
||||
helpers.redirect(res, url.href, false);
|
||||
} catch (e) {
|
||||
activitypub.helpers.log(`[activitypub/fetch] Invalid URL received: ${url}`);
|
||||
return next();
|
||||
helpers.redirect(res, url.href, false);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user