summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-07-09 18:29:32 +0100
committerGitHub <noreply@github.com>2024-07-09 18:29:32 +0100
commit22fbc5be5482beaefc98a16c92f0e5b0dad84151 (patch)
treee5a70ecc952ba3b68018cae9df91db503c8581e2 /changelog.d
parentNote the new federated media worker endpoints in the worker docs & upgrade no... (diff)
downloadsynapse-22fbc5be5482beaefc98a16c92f0e5b0dad84151.tar.xz
Fix new media APIs when using synapse.app.media_repository (#17420)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/17420.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17420.bugfix b/changelog.d/17420.bugfix
new file mode 100644
index 0000000000..343f9b9331
--- /dev/null
+++ b/changelog.d/17420.bugfix
@@ -0,0 +1 @@
+Fix bug where using `synapse.app.media_repository` worker configuration would break the new media endpoints.