mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-10 00:45:01 -04:00
collab_client: Pass raw message to handleClientMessage_*
hooks
This commit is contained in:
parent
9b7108d730
commit
5fe5a87c85
3 changed files with 10 additions and 7 deletions
|
@ -55,6 +55,8 @@
|
|||
* New APIs for processing attributes: `ep_etherpad-lite/static/js/attributes`
|
||||
(low-level API) and `ep_etherpad-lite/static/js/AttributeMap` (high-level
|
||||
API).
|
||||
* The `handleClientMessage_${name}` client-side hooks are now passed the raw
|
||||
message object in the new `msg` context property.
|
||||
* The `import` server-side hook has a new `ImportError` context property.
|
||||
* New `exportEtherpad` and `importEtherpad` server-side hooks.
|
||||
* The `handleMessageSecurity` and `handleMessage` server-side hooks have a new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue