|
|
@ -259,6 +259,7 @@ module.exports = function (Topics) {
|
|
|
|
subject: '[' + (meta.config.title || 'NodeBB') + '] ' + title,
|
|
|
|
subject: '[' + (meta.config.title || 'NodeBB') + '] ' + title,
|
|
|
|
intro: '[[notifications:user_posted_to, ' + postData.user.username + ', ' + titleEscaped + ']]',
|
|
|
|
intro: '[[notifications:user_posted_to, ' + postData.user.username + ', ' + titleEscaped + ']]',
|
|
|
|
postBody: postData.content.replace(/"\/\//g, '"https://'),
|
|
|
|
postBody: postData.content.replace(/"\/\//g, '"https://'),
|
|
|
|
|
|
|
|
userslug: data.userData.userslug,
|
|
|
|
topicSlug: postData.topic.slug,
|
|
|
|
topicSlug: postData.topic.slug,
|
|
|
|
showUnsubscribe: true,
|
|
|
|
showUnsubscribe: true,
|
|
|
|
}, next);
|
|
|
|
}, next);
|
|
|
|