diff options
Diffstat (limited to '')
-rw-r--r-- | changelog.d/13233.doc | 2 | ||||
-rw-r--r-- | docs/development/url_previews.md | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/13233.doc b/changelog.d/13233.doc new file mode 100644 index 0000000000..b6babd7f15 --- /dev/null +++ b/changelog.d/13233.doc @@ -0,0 +1,2 @@ +Add a link to configuration instructions in the URL preview documentation. + diff --git a/docs/development/url_previews.md b/docs/development/url_previews.md index 154b9a5e12..25f189683d 100644 --- a/docs/development/url_previews.md +++ b/docs/development/url_previews.md @@ -1,5 +1,6 @@ URL Previews ============ +For information on how to enable URL previews in synapse, please see the [config manual](../usage/configuration/config_documentation.md#url_preview_enabled). The `GET /_matrix/media/r0/preview_url` endpoint provides a generic preview API for URLs which outputs [Open Graph](https://ogp.me/) responses (with some Matrix |