diff --git a/src/notifications.js b/src/notifications.js index 69c9e89848..0e6b6865da 100644 --- a/src/notifications.js +++ b/src/notifications.js @@ -245,7 +245,7 @@ function pushToUids(uids, notification, callback) { path: notification.path, subject: utils.stripHTMLTags(notification.subject || '[[notifications:new_notification_from, ' + meta.config.title + ']]'), intro: utils.stripHTMLTags(notification.bodyShort), - body: utils.stripHTMLTags(notification.bodyLong || ''), + body: notification.bodyLong || '', notification: notification, showUnsubscribe: true, }, next);