mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-22 14:10:29 -04:00
express: Call expressConfigure, expressCreateServer hooks asynchronously
This commit is contained in:
parent
8919f63c98
commit
50929fe7f7
2 changed files with 6 additions and 4 deletions
|
@ -33,7 +33,8 @@
|
|||
* `callFirst()` and `aCallFirst()` now support the same wide range of hook
|
||||
function behaviors that `callAll()`, `aCallAll()`, and `callAllSerial()`
|
||||
support. Also, they now warn when a hook function misbehaves.
|
||||
* The `padCopy` and `padRemove` hooks now support asynchronous hook functions.
|
||||
* The following server-side hooks now support asynchronous hook functions:
|
||||
`expressConfigure`, `expressCreateServer`, `padCopy`, `padRemove`
|
||||
* Backend tests for plugins can now use the
|
||||
[`ep_etherpad-lite/tests/backend/common`](src/tests/backend/common.js)
|
||||
module to start the server and simplify API access.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue