mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 00:10:25 +01:00
fix: #12865, crash on liking a chat message
This commit is contained in:
@@ -134,6 +134,7 @@ middleware.resolveObjects = async function (req, res, next) {
|
||||
return res.sendStatus(424);
|
||||
}
|
||||
}
|
||||
|
||||
next();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user