mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 05:39:12 -04:00
PadMessageHandler: Replace clientReady
hook with new userJoin
hook
This commit is contained in:
parent
c98910e1c5
commit
a6d060d67b
3 changed files with 39 additions and 18 deletions
|
@ -31,6 +31,8 @@
|
|||
different. See
|
||||
[citizenos/ep_image_upload#49](https://github.com/citizenos/ep_image_upload/pull/49)
|
||||
for an example fix.
|
||||
* The `clientReady` server-side hook is deprecated; use the new `userJoin`
|
||||
hook instead.
|
||||
|
||||
### Notable enhancements
|
||||
|
||||
|
@ -38,6 +40,7 @@
|
|||
* For plugin authors:
|
||||
* `clientVars` was added to the context for the `postAceInit` client-side
|
||||
hook. Plugins should use this instead of the `clientVars` global variable.
|
||||
* New `userJoin` server-side hook.
|
||||
|
||||
# 1.8.14
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue