mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Fixed a Socket.IO API Problem
This commit is contained in:
parent
9db609ecc1
commit
5ee60b0b35
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ function handleUserInfoUpdate(client, message)
|
|||
{
|
||||
if(pad2sessions[padId][i] != client.id)
|
||||
{
|
||||
socketio.clients[pad2sessions[padId][i]].json.send(message);
|
||||
socketio.sockets.sockets[pad2sessions[padId][i]].json.send(message);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue