|
|
@ -223,6 +223,7 @@ function pushToUids(uids, notification, callback) {
|
|
|
|
subject: utils.stripHTMLTags(notification.subject || '[[notifications:new_notification_from, ' + meta.config.title + ']]'),
|
|
|
|
subject: utils.stripHTMLTags(notification.subject || '[[notifications:new_notification_from, ' + meta.config.title + ']]'),
|
|
|
|
intro: utils.stripHTMLTags(notification.bodyShort),
|
|
|
|
intro: utils.stripHTMLTags(notification.bodyShort),
|
|
|
|
body: utils.stripHTMLTags(notification.bodyLong || ''),
|
|
|
|
body: utils.stripHTMLTags(notification.bodyLong || ''),
|
|
|
|
|
|
|
|
notification: notification,
|
|
|
|
showUnsubscribe: true,
|
|
|
|
showUnsubscribe: true,
|
|
|
|
}, next);
|
|
|
|
}, next);
|
|
|
|
}, callback);
|
|
|
|
}, callback);
|
|
|
|