add tid to post notification so its marked read on entry

v1.18.x
barisusakli 11 years ago
parent 0773f51260
commit 3163f70ef2

@ -262,6 +262,7 @@ var async = require('async'),
bodyLong: results.postContent,
path: nconf.get('relative_path') + '/topic/' + results.topic.slug + '/' + results.postIndex,
uniqueId: 'topic:' + tid + ':uid:' + uid,
tid: tid,
from: uid
}, function(err, nid) {
if (err) {

Loading…
Cancel
Save