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

Clarify that the list media API only shows media from unencrypted events.
This commit is contained in:
Dirk Klimpel
2020-11-24 15:04:51 +01:00
committed by GitHub
parent 97b35ee259
commit b08dc7effe
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:
```