mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 04:06:37 +02:00
split createPad to createPad and createGroupPad
This commit is contained in:
parent
3e0f30bdde
commit
8dabdc8e95
@ -39,7 +39,8 @@ var functions = {
|
||||
// "getMappedGroup4" : ["groupMapper"],
|
||||
// "deleteGroup" : ["groupID"],
|
||||
// "listPads" : ["groupID"],
|
||||
// "createPad" : ["groupID", "padName", "text"],
|
||||
// "createPad" : ["padName", "text"],
|
||||
// "createGroupPad" : ["groupID", "padName", "text"],
|
||||
// "createAuthor" : ["name"],
|
||||
// "getMappedAuthor4" : ["authorMapper" , "name"],
|
||||
// "createSession" : ["groupID", "authorID", "validUntil"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user