mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 20:26:49 +02:00
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
|
||||
client.broadcast.to(padIds.padIds).json.send(messageToTheOtherUsers);
|
||||
client.broadcast.to(padIds.padId).json.send(messageToTheOtherUsers);
|
||||
|
||||
//Run trough all sessions of this pad
|
||||
async.forEach(socketio.sockets.clients(padIds.padId), function(roomClient, callback)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user