mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 06:09:14 -04:00
Pad: New padCopy
hook dstPad
context property
This commit is contained in:
parent
9cdb69c159
commit
8fe779b58c
3 changed files with 21 additions and 11 deletions
|
@ -40,7 +40,7 @@
|
|||
|
||||
* New `expressPreSession` server-side hook.
|
||||
* Pad server-side hook changes:
|
||||
* `padCopy`: New `srcPad` context property.
|
||||
* `padCopy`: New `srcPad` and `dstPad` context properties.
|
||||
* `padDefaultContent`: New hook.
|
||||
* The `db` property on Pad objects is now public.
|
||||
* New `getAuthorId` server-side hook.
|
||||
|
@ -68,8 +68,10 @@
|
|||
`handleMessage` server-side hooks is deprecated; use the `socket` context
|
||||
property instead.
|
||||
* Pad server-side hook changes:
|
||||
* `padCopy`: The `originalPad` context property is deprecated; use `srcPad`
|
||||
instead.
|
||||
* `padCopy`:
|
||||
* The `originalPad` context property is deprecated; use `srcPad` instead.
|
||||
* The `destinationID` context property is deprecated; use `dstPad.id`
|
||||
instead.
|
||||
* `padCreate`: The `author` context property is deprecated; use the new
|
||||
`authorId` context property instead.
|
||||
* `padUpdate`: The `author` context property is deprecated; use the new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue