mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 11:45:48 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -310,7 +310,8 @@ SocketUser.follow = function(socket, data, callback) {
|
||||
notifications.create({
|
||||
bodyShort: '[[notifications:user_started_following_you, ' + userData.username + ']]',
|
||||
nid: 'follow:' + data.uid + ':uid:' + socket.uid,
|
||||
from: socket.uid
|
||||
from: socket.uid,
|
||||
path: '/user/' + userData.userslug
|
||||
}, next);
|
||||
},
|
||||
function(notification, next) {
|
||||
|
||||
Reference in New Issue
Block a user