diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-05-12 15:48:18 +0200 |
---|---|---|
committer | Mathieu Velten <mathieuv@matrix.org> | 2023-05-12 15:52:41 +0200 |
commit | 7a6daa51bdad7176e135d73c345fde3947044864 (patch) | |
tree | e31f1bfdf3da53b5ba9dcb5b49032783afe6fba0 /changelog.d | |
parent | Mark locally forgotten rooms for purging after `purge_retention_period` (diff) | |
download | synapse-7a6daa51bdad7176e135d73c345fde3947044864.tar.xz |
Add changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15488.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15488.feature b/changelog.d/15488.feature new file mode 100644 index 0000000000..8684d84192 --- /dev/null +++ b/changelog.d/15488.feature @@ -0,0 +1 @@ +Add automatic purge after all users forgotten a room. Also add restore of purge/shutdown rooms after a synapse restart. |