diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-06-07 11:53:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 10:53:47 +0000 |
commit | a47636c570c80928af7652d70073496f602511bc (patch) | |
tree | fe7d7c6471940dbaf73d27e3ace667bcfb2725bd /changelog.d | |
parent | Remove remaining pieces of groups code. (#12966) (diff) | |
download | synapse-a47636c570c80928af7652d70073496f602511bc.tar.xz |
Prevent local quarantined media from being claimed by media retention (#12972)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12972.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12972.feature b/changelog.d/12972.feature new file mode 100644 index 0000000000..3c73363d28 --- /dev/null +++ b/changelog.d/12972.feature @@ -0,0 +1 @@ +Add new `media_retention` options to the homeserver config for routinely cleaning up non-recently accessed media. \ No newline at end of file |