mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
clientReady hook- pass entire message, updated doc
This commit is contained in:
parent
a31e6cd332
commit
21f0d12d31
2 changed files with 19 additions and 0 deletions
|
@ -1009,6 +1009,8 @@ function handleClientReady(client, message)
|
|||
var currentTime;
|
||||
var padIds;
|
||||
|
||||
hooks.callAll("clientReady", message);
|
||||
|
||||
async.series([
|
||||
//Get ro/rw id:s
|
||||
function (callback)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue