diff options
author | Sean <squahtx@users.noreply.github.com> | 2021-08-25 10:51:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-25 09:51:08 +0000 |
commit | 7367473f965fed1160cb8633de341c5833e5b662 (patch) | |
tree | 059939e83de2d3f232bec00179f316f82a25a787 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-7367473f965fed1160cb8633de341c5833e5b662.tar.xz |
Fix error when selecting between thumbnails with the same quality (#10684)
Fixes #10318
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10684.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10684.bugfix b/changelog.d/10684.bugfix new file mode 100644 index 0000000000..311b17601a --- /dev/null +++ b/changelog.d/10684.bugfix @@ -0,0 +1 @@ +Fix long-standing issue which caused an error when a thumbnail is requested and there are multiple thumbnails with the same quality rating. |