mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Update documentation for the updatePad and createPad hooks to include 'author'
in the context.
This commit is contained in:
parent
a4fe0d0dc8
commit
bc78e0c68d
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,7 @@ Called from: src/node/db/Pad.js
|
|||
Things in context:
|
||||
|
||||
1. pad - the pad instance
|
||||
2. author - the id of the author who created the pad
|
||||
|
||||
This hook gets called when a new pad was created.
|
||||
|
||||
|
@ -128,6 +129,7 @@ Called from: src/node/db/Pad.js
|
|||
Things in context:
|
||||
|
||||
1. pad - the pad instance
|
||||
2. author - the id of the author who updated the pad
|
||||
|
||||
This hook gets called when an existing pad was updated.
|
||||
|
||||
|
|
Loading…
Reference in a new issue