diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-07-27 07:50:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-27 07:50:44 -0400 |
commit | 3fc8fdd150e2471d6e96b842e364d9421066f4ba (patch) | |
tree | 3c8fa3a533c8efc0ee01bde28cc44cbbe21ffba1 /changelog.d | |
parent | Convert state resolution to async/await (#7942) (diff) | |
download | synapse-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.feature | 1 |
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. |