This commit is contained in:
Julian Lam
2015-12-16 12:15:24 -05:00
parent 9db0f59432
commit 05df8900db
6 changed files with 33 additions and 9 deletions

View File

@@ -70,7 +70,8 @@ SocketHelpers.sendNotificationToPostOwner = function(pid, fromuid, notification)
pid: pid,
nid: 'post:' + pid + ':uid:' + fromuid,
from: fromuid,
mergeId: notification
mergeId: notification + '|' + postData.tid,
topicTitle: results.topicTitle
}, function(err, notification) {
if (!err && notification) {
notifications.push(notification, [postData.uid]);