mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-10 17:22:00 -04:00
PadMessageHandler: Pass session info to handleMessageSecurity
hook
This commit is contained in:
parent
7b5e7e72cb
commit
2b11d464ed
4 changed files with 30 additions and 11 deletions
|
@ -27,6 +27,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