mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Update src/node/handler/APIHandler.js
This commit is contained in:
parent
21dcce2296
commit
7e79bf3462
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ var functions = {
|
||||||
"isPasswordProtected" : ["padID"],
|
"isPasswordProtected" : ["padID"],
|
||||||
"listAuthorsOfPad" : ["padID"],
|
"listAuthorsOfPad" : ["padID"],
|
||||||
"padUsersCount" : ["padID"],
|
"padUsersCount" : ["padID"],
|
||||||
|
"getAuthorName" : ["authorID"],
|
||||||
"padUsers" : ["padID"],
|
"padUsers" : ["padID"],
|
||||||
"sendClientsMessage" : ["padID", "msg"]
|
"sendClientsMessage" : ["padID", "msg"]
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue