From 00f9b692d90bac0cd5fa149600025becc7981661 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 29 Apr 2026 20:25:32 -0600 Subject: [PATCH] Update docs on using quarantined media API --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c471f1d..b30760b 100644 --- a/README.md +++ b/README.md @@ -97,8 +97,8 @@ API JSON template (supplied to HMA API): fetch all media from a server if the server has a lot of quarantined media. * This exchange best supports `pdq` and `video_md5` signal types. Note that `video_md5` is actually just an MD5 hash of the input file, regardless of whether it's actually a video. -* The API this exchange uses is not yet included in a Synapse release, and may change without notice. Track - [this PR](https://github.com/element-hq/synapse/pull/19558) for details. +* The API is only available in [Synapse 1.152.0](https://github.com/element-hq/synapse/releases/tag/v1.152.0) and later. + Be sure to update your Synapse version before using this exchange. ### Future considerations