Clarify documentation of the admin list media API (#8795)

Clarify that the list media API only shows media from unencrypted events.
pull/8804/head
Dirk Klimpel 2020-11-24 15:04:51 +01:00 committed by GitHub
parent 97b35ee259
commit b08dc7effe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
changelog.d/8795.doc Normal file
View File

@ -0,0 +1 @@
Improve the documentation for the admin API to list all media in a room with respect to encrypted events.

View File

@ -1,6 +1,7 @@
# List all media in a room
This API gets a list of known media in a room.
However, it only shows media from unencrypted events or rooms.
The API is:
```