diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-06-22 08:04:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 08:04:14 -0400 |
commit | 95e41f368b19996872a1661d7066670fe65f1eba (patch) | |
tree | b8df24ee527824a37ac704f6ba7e8a6147fc38fd /changelog.d | |
parent | Convert directory handler to async/await (#7727) (diff) | |
download | synapse-95e41f368b19996872a1661d7066670fe65f1eba.tar.xz |
Allow local media to be marked as safe from being quarantined. (#7718)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7718.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7718.feature b/changelog.d/7718.feature new file mode 100644 index 0000000000..17071b9ea9 --- /dev/null +++ b/changelog.d/7718.feature @@ -0,0 +1 @@ +Media can now be marked as safe from quarantined. |