mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 23:55:12 -04:00
Pad: Rename author
context properties to authorId
This commit is contained in:
parent
65bd5ffa6b
commit
aec512d1fa
3 changed files with 25 additions and 6 deletions
|
@ -57,6 +57,8 @@
|
|||
* The `client` context property for the `handleMessageSecurity` and
|
||||
`handleMessage` server-side hooks is deprecated; use the `socket` context
|
||||
property instead.
|
||||
* The `author` context property for the `padCreate` and `padUpdate` server-side
|
||||
hooks is deprecated; use the new `authorId` context property instead.
|
||||
* Returning `true` from a `handleMessageSecurity` hook function is deprecated;
|
||||
return `'permitOnce'` instead.
|
||||
* Changes to the `src/static/js/Changeset.js` library:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue