mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
Merge pull request #2730 from emilyxxie/clientready_hook
added clientReady hook
This commit is contained in:
commit
9d29b15def
2 changed files with 19 additions and 0 deletions
|
@ -1020,6 +1020,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