summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-01-15 11:18:09 -0500
committerGitHub <noreply@github.com>2021-01-15 11:18:09 -0500
commit3e4cdfe5d9b6152b9a0b7f7ad22623c2bf19f7ff (patch)
tree43158bf0c147a5a2e8174c8ba29067a02cef490d /changelog.d
parentAvoid raising the body exceeded error multiple times. (#9108) (diff)
downloadsynapse-3e4cdfe5d9b6152b9a0b7f7ad22623c2bf19f7ff.tar.xz
Add an admin API endpoint to protect media. (#9086)
Protecting media stops it from being quarantined when
e.g. all media in a room is quarantined. This is useful
for sticker packs and other media that is uploaded by
server administrators, but used by many people.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9086.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9086.feature b/changelog.d/9086.feature
new file mode 100644
index 0000000000..3e678e24d5
--- /dev/null
+++ b/changelog.d/9086.feature
@@ -0,0 +1 @@
+Add an admin API for protecting local media from quarantine.