mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
PadMessageHandler: Delete unnecessary protocolVersion
We can assume that the client code is always in sync with what the server expects.
This commit is contained in:
parent
ce730b0493
commit
d36a37d666
5 changed files with 0 additions and 20 deletions
|
@ -202,7 +202,6 @@ const sendClientReady = (isReconnect) => {
|
|||
padId,
|
||||
sessionID: Cookies.get('sessionID'),
|
||||
token,
|
||||
protocolVersion: 2,
|
||||
};
|
||||
|
||||
// this is a reconnect, lets tell the server our revisionnumber
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue