ExportEtherpad: Support custom subkeys

This commit is contained in:
Richard Hansen 2022-04-13 23:12:08 -04:00
parent 4b2e2dd9f2
commit 88c0ab8255
4 changed files with 30 additions and 5 deletions

View file

@ -100,6 +100,9 @@
* `newOp()`: Deprecated in favor of the new `Op` class.
* The `AuthorManager.getAuthor4Token()` function is deprecated; use the new
`AuthorManager.getAuthorId()` function instead.
* The exported database records covered by the `exportEtherpadAdditionalContent`
server-side hook now include keys like `${customPrefix}:${padId}:*`, not just
`${customPrefix}:${padId}`.
# 1.8.18