mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 23:55:12 -04:00
Fixed message sending
This commit is contained in:
parent
328ef25bc0
commit
9337df9ea8
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ describe('Messages in the COLLABROOM', function () {
|
||||||
startSend();
|
startSend();
|
||||||
sendP.then(() => {
|
sendP.then(() => {
|
||||||
socketJsonObj.send = sendBackup;
|
socketJsonObj.send = sendBackup;
|
||||||
socketJsonObj.send(...args);
|
socketJsonObj.send('message', ...args);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
return finishSend;
|
return finishSend;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue