mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 06:09:14 -04:00
PadMessageHandler: Pass session info to handleMessageSecurity
hook
This commit is contained in:
parent
1b52c9f0c4
commit
31b025bd9d
4 changed files with 30 additions and 11 deletions
|
@ -32,6 +32,9 @@
|
|||
(low-level API) and `ep_etherpad-lite/static/js/AttributeMap` (high-level
|
||||
API).
|
||||
* The `import` server-side hook has a new `ImportError` context property.
|
||||
* The `handleMessageSecurity` and `handleMessage` server-side hooks have a new
|
||||
`sessionInfo` context property that includes the user's author ID, the pad ID,
|
||||
and whether the user only has read-only access.
|
||||
|
||||
### Compatibility changes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue