diff --git a/src/posts/queue.js b/src/posts/queue.js index 7afddef4b5..1c12069645 100644 --- a/src/posts/queue.js +++ b/src/posts/queue.js @@ -119,7 +119,7 @@ module.exports = function (Posts) { }, function (results, next) { if (results.notification) { - notifications.push(results.uids, next); + notifications.push(results.notification, results.uids, next); } else { next(); }