mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
Added changes from other branch
This commit is contained in:
parent
b6eaba64d4
commit
0b48179415
10 changed files with 398 additions and 186 deletions
|
@ -207,7 +207,7 @@ const sendClientReady = (isReconnect) => {
|
|||
msg.reconnect = true;
|
||||
}
|
||||
|
||||
socket.json.send(msg);
|
||||
socket.emit("message", msg);
|
||||
};
|
||||
|
||||
const handshake = async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue