fix: missing notification

v1.18.x
Baris Usakli 6 years ago
parent 7809ba2800
commit 1a3838e13c

@ -119,7 +119,7 @@ module.exports = function (Posts) {
}, },
function (results, next) { function (results, next) {
if (results.notification) { if (results.notification) {
notifications.push(results.uids, next); notifications.push(results.notification, results.uids, next);
} else { } else {
next(); next();
} }

Loading…
Cancel
Save