summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-07-27 07:50:44 -0400
committerGitHub <noreply@github.com>2020-07-27 07:50:44 -0400
commit3fc8fdd150e2471d6e96b842e364d9421066f4ba (patch)
tree3c8fa3a533c8efc0ee01bde28cc44cbbe21ffba1 /changelog.d
parentConvert state resolution to async/await (#7942) (diff)
downloadsynapse-3fc8fdd150e2471d6e96b842e364d9421066f4ba.tar.xz
Support oEmbed for media previews. (#7920)
Fixes previews of Twitter URLs by using their oEmbed endpoint to grab content.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7920.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7920.feature b/changelog.d/7920.feature
new file mode 100644
index 0000000000..4093f5d329
--- /dev/null
+++ b/changelog.d/7920.feature
@@ -0,0 +1 @@
+Support oEmbed for media previews.