mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 15:42:52 +01:00
Merge pull request #4708 from darktrge/patch-3
Make topicSlug and postCount available to email notifications
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user