summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorschmop <lars.richard@rocketmail.com>2022-11-24 11:49:04 +0100
committerGitHub <noreply@github.com>2022-11-24 10:49:04 +0000
commitc2e06c36d4ac2aef9de1a192cdcf9964415d09d2 (patch)
treefe0649f325a31b3527ec606d2206b5a2de032a89 /changelog.d
parentImplement message forward pagination from start when no from is given, fixes ... (diff)
downloadsynapse-c2e06c36d4ac2aef9de1a192cdcf9964415d09d2.tar.xz
Fix crash admin media list api when info is None (#14537)
Fixes https://github.com/matrix-org/synapse/issues/14536
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14537.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14537.bugfix b/changelog.d/14537.bugfix
new file mode 100644
index 0000000000..d7ce78d032
--- /dev/null
+++ b/changelog.d/14537.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where the [List media admin API](https://matrix-org.github.io/synapse/latest/admin_api/media_admin_api.html#list-all-media-in-a-room) would fail when processing an image with broken thumbnail information.
\ No newline at end of file