diff options
author | schmop <lars.richard@rocketmail.com> | 2022-11-24 11:49:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-24 10:49:04 +0000 |
commit | c2e06c36d4ac2aef9de1a192cdcf9964415d09d2 (patch) | |
tree | fe0649f325a31b3527ec606d2206b5a2de032a89 /changelog.d | |
parent | Implement message forward pagination from start when no from is given, fixes ... (diff) | |
download | synapse-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.bugfix | 1 |
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 |