summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-11-15 11:05:08 -0600
committerAndrew Morgan <andrew@amorgan.xyz>2019-02-13 14:24:42 +0000
commitdc768f208ec5a336e8d36e1c153be974e107abba (patch)
tree7e52c3767eff84e16165df9b4b62a37e908c42cb /changelog.d
parentAdd a coveragerc (#4180) (diff)
downloadsynapse-dc768f208ec5a336e8d36e1c153be974e107abba.tar.xz
Use <meta> tags to discover the per-page encoding of html previews (#4183)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4183.bugfix1
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.