summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-09-22 09:45:20 -0400
committerGitHub <noreply@github.com>2021-09-22 09:45:20 -0400
commit6fc8be9a1b2046e69e8c6f731442887e3addeec0 (patch)
tree9c47c86d1d925ff7ff30f40ec0d0ee4d89743d77 /changelog.d
parentFix /initialSync error due to unhashable `RoomStreamToken` (#10827) (diff)
downloadsynapse-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.feature1
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.