more fixes

This commit is contained in:
barisusakli
2014-07-28 17:50:49 -04:00
parent dfb6606432
commit f71bd41408
6 changed files with 21 additions and 18 deletions

View File

@@ -71,7 +71,7 @@ module.exports = function(app, middleware, controllers) {
bodyShort: '[[notifications:user_posted_to, ' + username + ', ' + topicTitle + ']]',
bodyLong: 'asdasd khajsdhakhdakj hdkash dakhdakjdhakjs',
path: nconf.get('relative_path') + '/topic/' + topicSlug + '/' + postIndex,
uniqueId: 'topic:' + tid,
uniqueId: 'topic:' + tid + ':uid:' + fromUid,
tid: tid,
from: fromUid
}, function(err, nid) {