summary refs log tree commit diff
path: root/changelog.d/14089.bugfix
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-10-07 09:29:43 -0400
committerGitHub <noreply@github.com>2022-10-07 09:29:43 -0400
commit00c93d2e7ef5642c9cf900f3fdcfa229e70f843d (patch)
tree7884458754ab1b25fa4cc5d1385d128b0171ce02 /changelog.d/14089.bugfix
parentUse stable identifiers for MSC3771 & MSC3773. (#14050) (diff)
downloadsynapse-00c93d2e7ef5642c9cf900f3fdcfa229e70f843d.tar.xz
Be more lenient in the oEmbed response parsing. (#14089)
Attempt to parse any valid information from an oEmbed response
(instead of bailing at the first unexpected data). This should allow
for more partial oEmbed data to be returned, resulting in better /
more URL previews, even if those URL previews are only partial.
Diffstat (limited to 'changelog.d/14089.bugfix')
-rw-r--r--changelog.d/14089.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14089.bugfix b/changelog.d/14089.bugfix
new file mode 100644
index 0000000000..4a398921bb
--- /dev/null
+++ b/changelog.d/14089.bugfix
@@ -0,0 +1 @@
+Fix a bug where invalid oEmbed fields would cause the entire response to be discarded. Introduced in Synapse 1.18.0.