expose method for getting a full user list on the client including historical data

This commit is contained in:
John McLear 2015-03-31 20:26:55 +01:00
parent 64034ee1c6
commit e9d8c3b53a
3 changed files with 77 additions and 10 deletions

View file

@ -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';