mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 02:25:55 +01:00
fix: #7809, dont check postDelay if submitting from queue
This commit is contained in:
@@ -45,6 +45,7 @@ exports.post = function (req, res) {
|
||||
req: req,
|
||||
timestamp: Date.now(),
|
||||
content: body.content,
|
||||
fromQueue: false,
|
||||
};
|
||||
req.body.noscript = 'true';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user