This commit is contained in:
pichalite
2016-04-08 23:55:10 +00:00
parent a81285befa
commit e23377580d
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ module.exports = function(Messaging) {
message: messageObj,
site_title: meta.config.title || 'NodeBB',
url: nconf.get('url'),
fromUserslug: utils.slugify(messageObj.fromUser.username)
roomId: messageObj.roomId
}, next);
}, callback);
});