diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-06-02 19:50:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 18:50:35 +0100 |
commit | 0284d2a2976e3d58e9970fdb7590f98a2556326d (patch) | |
tree | 3ec3dbd410149ea9cbfd3e67addcc99b1bed539b /changelog.d | |
parent | github actions: summarize Sytest results in an easy-to-read format (#10094) (diff) | |
download | synapse-0284d2a2976e3d58e9970fdb7590f98a2556326d.tar.xz |
Add new admin APIs to remove media by media ID from quarantine. (#10044)
Related to: #6681, #5956, #10040 Signed-off-by: Dirk Klimpel dirk@klimpel.org
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10044.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10044.feature b/changelog.d/10044.feature new file mode 100644 index 0000000000..70c0a3851e --- /dev/null +++ b/changelog.d/10044.feature @@ -0,0 +1 @@ +Add new admin APIs to remove media by media ID from quarantine. Contributed by @dkimpel. |