diff options
author | Shay <hillerys@element.io> | 2022-07-12 10:48:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-12 13:48:47 -0400 |
commit | 6f30eb5b8e3d88d1b44cc7f9d7e548b30081d7e6 (patch) | |
tree | ed132bb38b3fbd07ccc6d19d09b9864db3d6217e /docs | |
parent | Make the AS login method call `Auth.get_user_by_req` for checking the AS toke... (diff) | |
download | synapse-6f30eb5b8e3d88d1b44cc7f9d7e548b30081d7e6.tar.xz |
Add info about configuration in the url preview docs (#13233)
Cross-link doc pages for easier navigation.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/url_previews.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 |