mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-11 11:42:10 +02:00
add tid to post notification so its marked read on entry
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user