diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-07-12 15:01:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-12 15:01:58 -0400 |
commit | 1381563988c6dc7a2b8801b736b1f0c663970da8 (patch) | |
tree | ae4b3e4f269d45444181552418ae32c5abba02dc /docs/admin_api | |
parent | Drop unused table `event_reference_hashes` (#13218) (diff) | |
download | synapse-1381563988c6dc7a2b8801b736b1f0c663970da8.tar.xz |
Inline URL preview documentation. (#13261)
Inline URL preview documentation near the implementation.
Diffstat (limited to 'docs/admin_api')
-rw-r--r-- | docs/admin_api/user_admin_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/admin_api/user_admin_api.md b/docs/admin_api/user_admin_api.md index 1235f1cb95..0871cfebf5 100644 --- a/docs/admin_api/user_admin_api.md +++ b/docs/admin_api/user_admin_api.md @@ -544,7 +544,7 @@ Gets a list of all local media that a specific `user_id` has created. These are media that the user has uploaded themselves ([local media](../media_repository.md#local-media)), as well as [URL preview images](../media_repository.md#url-previews) requested by the user if the -[feature is enabled](../development/url_previews.md). +[feature is enabled](../usage/configuration/config_documentation.md#url_preview_enabled). By default, the response is ordered by descending creation date and ascending media ID. The newest media is on top. You can change the order with parameters |