diff options
author | Philippe Daouadi <br@ud2.org> | 2022-01-18 19:20:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-18 13:20:24 -0500 |
commit | 15ffc4143c36593bc3d899fad7fb5db00f4d95ea (patch) | |
tree | fe73097bb98041c0e62fb517f50ac4f00078852a /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-15ffc4143c36593bc3d899fad7fb5db00f4d95ea.tar.xz |
Fix preview of imgur and Tenor URLs. (#11669)
By scraping Open Graph information from the HTML even when an autodiscovery endpoint is found. The results are then combined to capture as much information as possible from the page.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11669.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11669.bugfix b/changelog.d/11669.bugfix new file mode 100644 index 0000000000..10d913aace --- /dev/null +++ b/changelog.d/11669.bugfix @@ -0,0 +1 @@ +Fix preview of some gif URLs (like tenor.com). Contributed by Philippe Daouadi. |