mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-15 11:36: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) {
|
exports.padUsers = function (padID, callback) {
|
||||||
var result = [];
|
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];
|
var s = sessioninfos[roomClient.id];
|
||||||
if(s) {
|
if(s) {
|
||||||
authorManager.getAuthor(s.author, function(err, author) {
|
authorManager.getAuthor(s.author, function(err, author) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue