From 148fe58a247d61ffb76c566ba397285480d93f74 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Mon, 6 Jun 2022 07:46:04 -0400 Subject: 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). --- changelog.d/12950.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/12950.bugfix (limited to 'changelog.d/12950.bugfix') 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. -- cgit 1.5.1