diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-09-22 09:45:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-22 09:45:20 -0400 |
commit | 6fc8be9a1b2046e69e8c6f731442887e3addeec0 (patch) | |
tree | 9c47c86d1d925ff7ff30f40ec0d0ee4d89743d77 /changelog.d | |
parent | Fix /initialSync error due to unhashable `RoomStreamToken` (#10827) (diff) | |
download | synapse-6fc8be9a1b2046e69e8c6f731442887e3addeec0.tar.xz |
Include more information in oEmbed previews. (#10819)
* Improved titles (fall back to the author name if there's not title) and include the site name. * Handle photo/video payloads. * Include the original URL in the Open Graph response. * Fix the expiration time (by properly converting from seconds to milliseconds).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10819.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10819.feature b/changelog.d/10819.feature new file mode 100644 index 0000000000..4fa95a6cc9 --- /dev/null +++ b/changelog.d/10819.feature @@ -0,0 +1 @@ +Improve oEmbed previews by processing the author name, photo, and video information. |