diff options
author | Travis Ralston <travpc@gmail.com> | 2019-09-03 13:35:20 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-03 13:35:20 -0600 |
commit | 2f416fc9976acf482163bba82e13b7d749e1c290 (patch) | |
tree | ffd1380ac5a198bddca227e7fe0d4ba3359ea93c /changelog.d | |
parent | Fix docstring (diff) | |
download | synapse-2f416fc9976acf482163bba82e13b7d749e1c290.tar.xz |
Ensure the list media admin API is always available (#5966)
* Ensure the list media admin API is always available This API is required for some external media repo implementations to operate (mostly for doing quarantine operations on a room). * changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5966.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5966.bugfix b/changelog.d/5966.bugfix new file mode 100644 index 0000000000..b8ef5a7819 --- /dev/null +++ b/changelog.d/5966.bugfix @@ -0,0 +1 @@ +Fix admin API for listing media in a room not being available with an external media repo. |