forked from MirrorHub/synapse
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:
parent
97b35ee259
commit
b08dc7effe
2 changed files with 2 additions and 0 deletions
1
changelog.d/8795.doc
Normal file
1
changelog.d/8795.doc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Improve the documentation for the admin API to list all media in a room with respect to encrypted events.
|
|
@ -1,6 +1,7 @@
|
||||||
# List all media in a room
|
# List all media in a room
|
||||||
|
|
||||||
This API gets a list of known 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:
|
The API is:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue