mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
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
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
|
||||
|
||||
This API gets a list of known media in a room.
|
||||
However, it only shows media from unencrypted events or rooms.
|
||||
|
||||
The API is:
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user