express: New expressPreSession server-side hook

This commit is contained in:
Richard Hansen 2021-12-17 16:29:45 -05:00
parent 0b1ec20c5c
commit 72f4ae444d
3 changed files with 34 additions and 0 deletions

View file

@ -19,6 +19,7 @@
#### For plugin authors
* New `expressPreSession` server-side hook.
* New APIs for processing attributes: `ep_etherpad-lite/static/js/attributes`
(low-level API) and `ep_etherpad-lite/static/js/AttributeMap` (high-level
API).