diff options
author | Erik Johnston <erikj@element.io> | 2024-07-09 18:29:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-09 18:29:32 +0100 |
commit | 22fbc5be5482beaefc98a16c92f0e5b0dad84151 (patch) | |
tree | e5a70ecc952ba3b68018cae9df91db503c8581e2 /changelog.d/17420.bugfix | |
parent | Note the new federated media worker endpoints in the worker docs & upgrade no... (diff) | |
download | synapse-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/17420.bugfix')
-rw-r--r-- | changelog.d/17420.bugfix | 1 |
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. |