mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
expose method for getting a full user list on the client including historical data
This commit is contained in:
parent
64034ee1c6
commit
e9d8c3b53a
3 changed files with 77 additions and 10 deletions
|
@ -433,6 +433,10 @@ var pad = {
|
|||
{
|
||||
return pad.myUserInfo.name;
|
||||
},
|
||||
userList: function()
|
||||
{
|
||||
return paduserlist.users();
|
||||
},
|
||||
sendClientReady: function(isReconnect, messageType)
|
||||
{
|
||||
messageType = typeof messageType !== 'undefined' ? messageType : 'CLIENT_READY';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue