|
|
|
@ -160,6 +160,7 @@ module.exports = function(Topics) {
|
|
|
|
|
postBody: postData.content,
|
|
|
|
|
site_title: meta.config.title || 'NodeBB',
|
|
|
|
|
username: data.userData.username,
|
|
|
|
|
userslug: data.userData.userslug,
|
|
|
|
|
url: nconf.get('url') + '/topic/' + postData.topic.tid,
|
|
|
|
|
base_url: nconf.get('url')
|
|
|
|
|
}, next);
|
|
|
|
@ -172,4 +173,4 @@ module.exports = function(Topics) {
|
|
|
|
|
}
|
|
|
|
|
], callback);
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|