summary refs log tree commit diff
path: root/synapse/rest/client/sendtodevice.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-08Autodiscover oEmbed endpoint from returned HTML (#10822)Patrick Cloke5-55/+224
Searches the returned HTML for an oEmbed endpoint using the autodiscovery mechanism (`<link rel=...>`), and will request it to generate the preview.
2021-10-08Revert acciden