diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-10-14 14:51:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-14 18:51:44 +0000 |
commit | efd0074ab76a9449087e38afadcc5a1b4d5a2813 (patch) | |
tree | 31b9aac04d2adb2bd6728edb8834b902bb27ffd9 /changelog.d | |
parent | Attempt different character encodings when previewing a URL. (#11077) (diff) | |
download | synapse-efd0074ab76a9449087e38afadcc5a1b4d5a2813.tar.xz |
Ensure each charset is attempted only once during media preview. (#11089)
There's no point in trying more than once since it is guaranteed to continually fail.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11089.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11089.bugfix b/changelog.d/11089.bugfix new file mode 100644 index 0000000000..dc35c86440 --- /dev/null +++ b/changelog.d/11089.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug when attempting to preview URLs which are in the `windows-1252` character encoding. |