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) {
if (results.notification) {
notifications.push(results.uids, next);
notifications.push(results.notification, results.uids, next);
} else {
next();
}

Loading…
Cancel
Save