|
|
@ -250,7 +250,7 @@ var async = require('async'),
|
|
|
|
bodyShort: '[[notifications:user_posted_topic, ' + postData.user.username + ', ' + title + ']]',
|
|
|
|
bodyShort: '[[notifications:user_posted_topic, ' + postData.user.username + ', ' + title + ']]',
|
|
|
|
bodyLong: postData.content,
|
|
|
|
bodyLong: postData.content,
|
|
|
|
pid: postData.pid,
|
|
|
|
pid: postData.pid,
|
|
|
|
nid: 'tid:' + postData.tid + ':pid:' + postData.pid + ':uid:' + uid,
|
|
|
|
nid: 'tid:' + postData.tid + ':uid:' + uid,
|
|
|
|
tid: postData.tid,
|
|
|
|
tid: postData.tid,
|
|
|
|
from: uid
|
|
|
|
from: uid
|
|
|
|
}, function(err, notification) {
|
|
|
|
}, function(err, notification) {
|
|
|
|