diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-12-01 15:13:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 14:13:01 +0000 |
commit | 153194c7717d8016b0eb974c81b1baee7dc1917d (patch) | |
tree | 20070c0a7b607dae01b8c93a7ae726f5880e726f /changelog.d | |
parent | Additional type hints for config module. (#11465) (diff) | |
download | synapse-153194c7717d8016b0eb974c81b1baee7dc1917d.tar.xz |
Link background update controller docs to summary (#11475)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11475.feature | 1 |
1 files changed, 1 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. |