summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-10-14 14:51:44 -0400
committerGitHub <noreply@github.com>2021-10-14 18:51:44 +0000
commitefd0074ab76a9449087e38afadcc5a1b4d5a2813 (patch)
tree31b9aac04d2adb2bd6728edb8834b902bb27ffd9 /changelog.d
parentAttempt different character encodings when previewing a URL. (#11077) (diff)
downloadsynapse-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.bugfix1
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.