diff options
-rw-r--r-- | changelog.d/11475.feature | 1 | ||||
-rw-r--r-- | docs/SUMMARY.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/11475.feature b/changelog.d/11475.feature new file mode 100644 index 0000000000..aba3292015 --- /dev/null +++ b/changelog.d/11475.feature @@ -0,0 +1 @@ +Add plugin support for controlling database background updates. diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index cdedf8bccc..900254ff64 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -44,6 +44,7 @@ - [Presence router callbacks](modules/presence_router_callbacks.md) - [Account validity callbacks](modules/account_validity_callbacks.md) - [Password auth provider callbacks](modules/password_auth_provider_callbacks.md) + - [Background update controller callbacks](modules/background_update_controller_callbacks.md) - [Porting a legacy module to the new interface](modules/porting_legacy_module.md) - [Workers](workers.md) - [Using `synctl` with Workers](synctl_workers.md) |