Clarify that users' media are also preview images (#11862)

This commit is contained in:
Dirk Klimpel 2022-02-04 15:39:14 +01:00 committed by GitHub
parent a3865ed525
commit 65ef21b1c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 1 deletions

View file

@ -2,6 +2,9 @@
These APIs allow extracting media information from the homeserver.
Details about the format of the `media_id` and storage of the media in the file system
are documented under [media repository](../media_repository.md).
To use it, you will need to authenticate by providing an `access_token`
for a server admin: see [Admin API](../usage/administration/admin_api).