mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
added getMappedAuthor4
This commit is contained in:
parent
e336b4f940
commit
f01906d815
3 changed files with 82 additions and 53 deletions
|
@ -42,7 +42,7 @@ var functions = {
|
|||
"createPad" : ["padID", "text"],
|
||||
"createGroupPad" : ["groupID", "padName", "text"],
|
||||
"createAuthor" : ["name"],
|
||||
// "getMappedAuthor4" : ["authorMapper" , "name"],
|
||||
"getMappedAuthor4" : ["authorMapper" , "name"],
|
||||
// "createSession" : ["groupID", "authorID", "validUntil"],
|
||||
// "deleteSession" : ["sessionID"],
|
||||
// "getSessionInfo" : ["sessionID"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue