diff options
author | reivilibre <reivilibre@users.noreply.github.com> | 2022-06-07 11:39:57 +0000 |
---|---|---|
committer | reivilibre <reivilibre@users.noreply.github.com> | 2022-06-07 11:39:57 +0000 |
commit | 98d09b5ec32b0229497bceca82a7cf6063a9c4fc (patch) | |
tree | 97a60e511e18217315d487f45eaed5912506b512 /v1.61/usage | |
parent | deploy: a47636c570c80928af7652d70073496f602511bc (diff) | |
download | synapse-98d09b5ec32b0229497bceca82a7cf6063a9c4fc.tar.xz |
deploy: c51f5b9592a8f7e44c132e7e63b96f0af34dfef3
Diffstat (limited to 'v1.61/usage')
-rw-r--r-- | v1.61/usage/configuration/config_documentation.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/v1.61/usage/configuration/config_documentation.html b/v1.61/usage/configuration/config_documentation.html index cb15fe21ba..27463cf88b 100644 --- a/v1.61/usage/configuration/config_documentation.html +++ b/v1.61/usage/configuration/config_documentation.html @@ -1449,6 +1449,11 @@ otherwise downloaded by a local or remote user. If the media has never been accessed, the media's creation time is used instead. Both thumbnails and the original media will be removed. If either of these options are unset, then media of that type will not be purged.</p> +<p>Local or cached remote media that has been +<a href="../../admin_api/media_admin_api.html#quarantining-media-in-a-room">quarantined</a> +will not be deleted. Similarly, local media that has been marked as +<a href="../../admin_api/media_admin_api.html#protecting-media-from-being-quarantined">protected from quarantine</a> +will not be deleted.</p> <p>Example configuration:</p> <pre><code class="language-yaml">media_retention: local_media_lifetime: 90d |