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

@@ -127,6 +127,7 @@ module.exports = function (Posts) {
return null;
}
data.data = JSON.parse(data.data);
data.data.fromQueue = true;
return data;
}