diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-08-22 10:42:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-22 10:42:59 +0100 |
commit | 119aa31b105705390e87f87186f787b32e04ba21 (patch) | |
tree | 6b254acd81c9c11942d556aaa3ec5efd6bdbcdc0 /changelog.d | |
parent | Improve error msg when key-fetch fails (#5896) (diff) | |
download | synapse-119aa31b105705390e87f87186f787b32e04ba21.tar.xz |
Servlet to purge old rooms (#5845)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5845.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5845.feature b/changelog.d/5845.feature new file mode 100644 index 0000000000..7b0dc9a95e --- /dev/null +++ b/changelog.d/5845.feature @@ -0,0 +1 @@ +Add an admin API to purge old rooms from the database. |