diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-06-16 07:41:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 07:41:57 -0400 |
commit | 0fcc0ae37c959116c910f349a8025bd6921fdfc8 (patch) | |
tree | 31f36fa01941627e43c33c496910af5a1a07a8e1 /changelog.d | |
parent | Reduce the duplication of code that invokes the rate limiter. (#13070) (diff) | |
download | synapse-0fcc0ae37c959116c910f349a8025bd6921fdfc8.tar.xz |
Improve URL previews for sites with only Twitter card information. (#13056)
Pull out `twitter:` meta tags when generating a preview and use it to augment any `og:` meta tags. Prefers Open Graph information over Twitter card information.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13056.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13056.feature b/changelog.d/13056.feature new file mode 100644 index 0000000000..219e2f6c1e --- /dev/null +++ b/changelog.d/13056.feature @@ -0,0 +1 @@ +Improve URL previews for sites which only provide Twitter Card metadata, e.g. LWN.net. |