This commit is contained in:
Julian Lam
2015-12-16 11:20:21 -05:00
parent 33a3a56fd7
commit 9db0f59432
4 changed files with 62 additions and 21 deletions

View File

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