summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-06-06 07:46:04 -0400
committerGitHub <noreply@github.com>2022-06-06 07:46:04 -0400
commit148fe58a247d61ffb76c566ba397285480d93f74 (patch)
treea9aa3adf457d35815930d026396b6837efe367b2 /changelog.d
parentImplement MSC3816, consider the root event for thread participation. (#12766) (diff)
downloadsynapse-148fe58a247d61ffb76c566ba397285480d93f74.tar.xz
Do not break URL previews if an image is unreachable. (#12950)
Avoid breaking a URL preview completely if the chosen image 404s
or is unreachable for some other reason (e.g. DNS).
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12950.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12950.bugfix b/changelog.d/12950.bugfix
new file mode 100644
index 0000000000..e835d9aa72
--- /dev/null
+++ b/changelog.d/12950.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where a URL preview would break if the image failed to download.