mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 23:55:12 -04:00
Pad: Call padCreate
, padUpdate
hooks asynchronously
This commit is contained in:
parent
2ca740c1db
commit
ff494563d9
2 changed files with 20 additions and 25 deletions
|
@ -75,13 +75,13 @@
|
|||
* The `destinationID` context property is deprecated; use `dstPad.id`
|
||||
instead.
|
||||
* `padCreate`: The `author` context property is deprecated; use the new
|
||||
`authorId` context property instead.
|
||||
`authorId` context property instead. Also, the hook now runs asynchronously.
|
||||
* `padLoad`: Now runs when a temporary Pad object is created during import.
|
||||
Also, it now runs asynchronously.
|
||||
* `padRemove`: The `padID` context property is deprecated; use `pad.id`
|
||||
instead.
|
||||
* `padUpdate`: The `author` context property is deprecated; use the new
|
||||
`authorId` context property instead.
|
||||
`authorId` context property instead. Also, the hook now runs asynchronously.
|
||||
* 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