diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-10-14 10:17:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-14 10:17:20 -0400 |
commit | e2f0b49b3fa9fd87cd24ac6bdc46a94db532ba89 (patch) | |
tree | e3548ea528e308ec9fda883abb1a74a9af23ff05 /changelog.d | |
parent | Fix-up some type hints in the relations tests. (#11076) (diff) | |
download | synapse-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.bugfix | 1 |
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. |