mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
Names working correctly now
This commit is contained in:
parent
d53f155c56
commit
e3e2a7c562
1 changed files with 1 additions and 0 deletions
|
@ -529,6 +529,7 @@ function handleClientReady(client, message)
|
|||
userInfo: {
|
||||
"ip": "127.0.0.1",
|
||||
"colorId": authorManager.getAuthorColorId(sessioninfos[pad2sessions[message.padId][i]].author),
|
||||
"name": authorManager.getAuthorName(sessioninfos[pad2sessions[message.padId][i]].author),
|
||||
"userAgent": "Anonymous",
|
||||
"userId": sessioninfos[pad2sessions[message.padId][i]].author
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue