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

@@ -142,7 +142,8 @@ SocketUser.follow = function(socket, data, callback) {
bodyShort: '[[notifications:user_started_following_you, ' + userData.username + ']]',
nid: 'follow:' + data.uid + ':uid:' + socket.uid,
from: socket.uid,
path: '/user/' + userData.userslug
path: '/user/' + userData.userslug,
mergeId: 'notifications:user_started_following_you'
}, next);
},
function(notification, next) {