mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 21:59:15 -04:00
PadMessageHandler: Deprecate client
context property
This commit is contained in:
parent
8539a66439
commit
1b52c9f0c4
2 changed files with 14 additions and 1 deletions
|
@ -37,6 +37,9 @@
|
|||
|
||||
#### For plugin authors
|
||||
|
||||
* The `client` context property for the `handleMessageSecurity` and
|
||||
`handleMessage` server-side hooks is deprecated; use the `socket` context
|
||||
property instead.
|
||||
* Changes to the `src/static/js/Changeset.js` library:
|
||||
* The following attribute processing functions are deprecated (use the new
|
||||
attribute APIs instead):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue