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 | |
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.
-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 |