diff options
author | Erik Johnston <erik@matrix.org> | 2021-02-04 17:01:59 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-02-04 17:01:59 +0000 |
commit | adc96d4236ccdafc3e56c3dd98b4436135321514 (patch) | |
tree | e6d2a907801938969ea6515584f651615cc3ff9c /changelog.d | |
parent | Correct `matrix-synapse.service` reference in TURN howto docs. (#9308) (diff) | |
parent | Add check_media_file_for_spam spam checker hook (diff) | |
download | synapse-adc96d4236ccdafc3e56c3dd98b4436135321514.tar.xz |
Merge branch 'erikj/media_spam_checker' into develop
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9311.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9311.feature b/changelog.d/9311.feature new file mode 100644 index 0000000000..293f2118e5 --- /dev/null +++ b/changelog.d/9311.feature @@ -0,0 +1 @@ +Add hook to spam checker modules that allow checking file uploads and remote downloads. |