fix: #7809, dont check postDelay if submitting from queue

This commit is contained in:
Baris Usakli
2019-07-30 13:19:50 -04:00
parent 2abe244b6e
commit 9780f5b975
6 changed files with 17 additions and 10 deletions

View File

@@ -45,6 +45,7 @@ exports.post = function (req, res) {
req: req,
timestamp: Date.now(),
content: body.content,
fromQueue: false,
};
req.body.noscript = 'true';