Merge pull request #4708 from darktrge/patch-3

Make topicSlug and postCount available to email notifications
This commit is contained in:
Barış Soner Uşaklı
2016-06-06 17:47:16 +03:00

View File

@@ -233,6 +233,8 @@ module.exports = function(Topics) {
username: data.userData.username,
userslug: data.userData.userslug,
url: nconf.get('url') + '/topic/' + postData.topic.tid,
topicSlug: postData.topic.slug,
postCount: postData.topic.postcount,
base_url: nconf.get('url')
}, next);
} else {