diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-11-15 11:05:08 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-15 11:05:08 -0600 |
commit | df758e155dac18602c34f63df56907de081a7220 (patch) | |
tree | 838b4e9b7e885c95a05d3fda18186850a629292c /changelog.d/4183.bugfix | |
parent | Add a coveragerc (#4180) (diff) | |
download | synapse-df758e155dac18602c34f63df56907de081a7220.tar.xz |
Use <meta> tags to discover the per-page encoding of html previews (#4183)
Diffstat (limited to 'changelog.d/4183.bugfix')
-rw-r--r-- | changelog.d/4183.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4183.bugfix b/changelog.d/4183.bugfix new file mode 100644 index 0000000000..3e9ba3826f --- /dev/null +++ b/changelog.d/4183.bugfix @@ -0,0 +1 @@ +URL previews now correctly decode non-UTF-8 text if the header contains a `<meta http-equiv="Content-Type"` header. |