Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Improve documentation of the admin list media API #8795

Merged
merged 3 commits into from
Nov 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/8795.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improve the documentation for the admin API to list all media in a room with respect to encrypted events.
1 change: 1 addition & 0 deletions docs/admin_api/media_admin_api.md
Original file line number Diff line number Diff line change
@@ -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:
```
Expand Down