diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-01-24 08:58:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-24 08:58:18 -0500 |
commit | 807efd26aec9b65c6a2f02d10fd139095a5b3387 (patch) | |
tree | 86b81a5bbd5fc8fa3985c9d2a77de3ad01b24320 /changelog.d/11767.bugfix | |
parent | Merge tag 'v1.51.0rc2' into develop (diff) | |
download | synapse-807efd26aec9b65c6a2f02d10fd139095a5b3387.tar.xz |
Support rendering previews with data: URLs in them (#11767)
Images which are data URLs will no longer break URL previews and will properly be "downloaded" and thumbnailed.
Diffstat (limited to 'changelog.d/11767.bugfix')
-rw-r--r-- | changelog.d/11767.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11767.bugfix b/changelog.d/11767.bugfix new file mode 100644 index 0000000000..3e344747f4 --- /dev/null +++ b/changelog.d/11767.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug when previewing Reddit URLs which do not contain an image. |