mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04: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)
|
if(pad2sessions[padId][i] != client.id)
|
||||||
{
|
{
|
||||||
socketio.clients[pad2sessions[padId][i]].json.send(message);
|
socketio.sockets.sockets[pad2sessions[padId][i]].json.send(message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue