Skip to content

Commit 673c8f2

Browse files
committed
Iterate over the various things that get quarantined.
1 parent 0330fc2 commit 673c8f2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/admin_api/media_admin_api.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,12 @@ to any local media, and any locally-cached copies of remote media.
4747
The media file itself (and any thumbnails) is not deleted from the server.
4848

4949
Since Synapse 1.128.0, hashes of uploaded media are tracked. If this media
50-
is quarantined, Synapse will automatically quarantine any uploads with a matching
51-
hash.
50+
is quarantined, Synapse will:
51+
52+
- Quarantine any media with a matching hash that has already been uploaded.
53+
- Quarantine any future media.
54+
- Quarantine any existing cached remote media.
55+
- Quarantine any future remote media.
5256

5357
## Quarantining media by ID
5458

0 commit comments

Comments
 (0)