mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-17 03:34:49 -04:00
Merge pull request #2604 from ether/pad-options
session key is now ignored and also padOptions are available in settings
This commit is contained in:
commit
e3f95d0c9c
5 changed files with 54 additions and 2 deletions
|
@ -1182,6 +1182,7 @@ function handleClientReady(client, message)
|
|||
"userIsGuest": true,
|
||||
"userColor": authorColorId,
|
||||
"padId": message.padId,
|
||||
"padOptions": settings.padOptions,
|
||||
"initialTitle": "Pad: " + message.padId,
|
||||
"opts": {},
|
||||
// tell the client the number of the latest chat-message, which will be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue