only show clients on this pad resolves issue #1544
This commit is contained in:
parent
c986a8565a
commit
fb3e4a6232
|
@ -1035,7 +1035,7 @@ function handleClientReady(client, message)
|
||||||
}
|
}
|
||||||
|
|
||||||
// notify all existing users about new user
|
// notify all existing users about new user
|
||||||
client.broadcast.to(padIds.padIds).json.send(messageToTheOtherUsers);
|
client.broadcast.to(padIds.padId).json.send(messageToTheOtherUsers);
|
||||||
|
|
||||||
//Run trough all sessions of this pad
|
//Run trough all sessions of this pad
|
||||||
async.forEach(socketio.sockets.clients(padIds.padId), function(roomClient, callback)
|
async.forEach(socketio.sockets.clients(padIds.padId), function(roomClient, callback)
|
||||||
|
|
Loading…
Reference in New Issue