mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Merge pull request #1874 from tonoman3g/fix-padUsers-http-api-call
fix padUsers http api call in PadMessageHandler.js.
This commit is contained in:
commit
527b7ad7f8
1 changed files with 1 additions and 0 deletions
|
@ -1521,6 +1521,7 @@ exports.padUsers = function (padID, callback) {
|
|||
|
||||
author.id = s.author;
|
||||
result.push(author);
|
||||
callback();
|
||||
});
|
||||
}
|
||||
}, function(err) {
|
||||
|
|
Loading…
Reference in a new issue