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 10:17:20 -0400
committerGitHub <noreply@github.com>2021-10-14 10:17:20 -0400
commite2f0b49b3fa9fd87cd24ac6bdc46a94db532ba89 (patch)
treee3548ea528e308ec9fda883abb1a74a9af23ff05 /changelog.d
parentFix-up some type hints in the relations tests. (#11076) (diff)
downloadsynapse-e2f0b49b3fa9fd87cd24ac6bdc46a94db532ba89.tar.xz
Attempt different character encodings when previewing a URL. (#11077)
This follows similar logic to BeautifulSoup where we attempt different
character encodings until we find one which works.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11077.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11077.bugfix b/changelog.d/11077.bugfix
new file mode 100644
index 0000000000..dc35c86440
--- /dev/null
+++ b/changelog.d/11077.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug when attempting to preview URLs which are in the `windows-1252` character encoding.