diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-06-03 12:09:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-03 12:09:12 -0400 |
commit | 01df5bacac3aa0e8356fed889ea0b69c4c044535 (patch) | |
tree | 46bae7592ce241b95a9a88ecccb9ff8df3717733 /changelog.d | |
parent | Wait for lazy join to complete when getting current state (#12872) (diff) | |
download | synapse-01df5bacac3aa0e8356fed889ea0b69c4c044535.tar.xz |
Improve URL previews for some pages (#12951)
* Skip `og` and `meta` tags where the value is empty. * Fallback to the favicon if there are no other images. * Ignore tags meant for navigation.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12951.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12951.feature b/changelog.d/12951.feature new file mode 100644 index 0000000000..f885be9fe4 --- /dev/null +++ b/changelog.d/12951.feature @@ -0,0 +1 @@ +Improve URL previews for pages with empty elements. |