mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 07:37:11 -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();
|
||||
sendP.then(() => {
|
||||
socketJsonObj.send = sendBackup;
|
||||
socketJsonObj.send(...args);
|
||||
socketJsonObj.send('message', ...args);
|
||||
});
|
||||
};
|
||||
return finishSend;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue