mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-15 03:26:53 -04:00
Merge 3cafa24982
into f8e528bc42
This commit is contained in:
commit
84c720c245
1 changed files with 1 additions and 1 deletions
|
@ -1448,7 +1448,7 @@ exports.padUsersCount = function (padID, callback) {
|
|||
exports.padUsers = function (padID, callback) {
|
||||
var result = [];
|
||||
|
||||
async.forEach(socketio.sockets.clients(padId), function(roomClient, callback) {
|
||||
async.forEach(socketio.sockets.clients(padID), function(roomClient, callback) {
|
||||
var s = sessioninfos[roomClient.id];
|
||||
if(s) {
|
||||
authorManager.getAuthor(s.author, function(err, author) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue