diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2020-11-24 15:04:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-24 09:04:51 -0500 |
commit | b08dc7effed4a880384e386cdca50c5d15870904 (patch) | |
tree | 5ba3f0b08cc17e46e691fdcfe1ce4da8a5bea83a /changelog.d | |
parent | Add a script to sign arbitrary json objects. (#8772) (diff) | |
download | synapse-b08dc7effed4a880384e386cdca50c5d15870904.tar.xz |
Clarify documentation of the admin list media API (#8795)
Clarify that the list media API only shows media from unencrypted events.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8795.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8795.doc b/changelog.d/8795.doc new file mode 100644 index 0000000000..f97a74efb5 --- /dev/null +++ b/changelog.d/8795.doc @@ -0,0 +1 @@ +Improve the documentation for the admin API to list all media in a room with respect to encrypted events. |