mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
added listAllPads API command, renamed listPads(GroupID) for Group Pads to listGroupPads(GroupID)
This commit is contained in:
parent
ecd486e440
commit
8fbc96dd7a
4 changed files with 54 additions and 3 deletions
|
@ -244,7 +244,7 @@ exports.createGroupPad = function(groupID, padName, text, callback)
|
|||
});
|
||||
}
|
||||
|
||||
exports.listPads = function(groupID, callback)
|
||||
exports.listGroupPads = function(groupID, callback)
|
||||
{
|
||||
exports.doesGroupExist(groupID, function(err, exists)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue