mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
plugins: include more data within padUpdate hook (#4425)
* Including more data at pad update event * docs: new context fields in padUpdate Co-authored-by: Pedro Beschorner Marin <pedrobmarin@gmail.com>
This commit is contained in:
parent
1e7a9e1791
commit
94cb000e8f
2 changed files with 3 additions and 1 deletions
|
@ -169,6 +169,8 @@ Things in context:
|
|||
|
||||
1. pad - the pad instance
|
||||
2. author - the id of the author who updated the pad
|
||||
3. newRev - the index of the new revision
|
||||
4. changeset - the changeset of this revision (see [Changeset Library](#index_changeset_library))
|
||||
|
||||
This hook gets called when an existing pad was updated.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue