diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2020-10-27 15:12:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 14:12:31 +0000 |
commit | 9b7c28283abf62378cecbde3523b5709448e4140 (patch) | |
tree | a8965be5afe0bb9e144dd932b858cf0ad25feb92 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-9b7c28283abf62378cecbde3523b5709448e4140.tar.xz |
Add admin API to list users' local media (#8647)
Add admin API `GET /_synapse/admin/v1/users/<user_id>/media` to get information of users' uploaded files.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8647.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8647.feature b/changelog.d/8647.feature new file mode 100644 index 0000000000..79e98f6e90 --- /dev/null +++ b/changelog.d/8647.feature @@ -0,0 +1 @@ +Add an admin API `GET /_synapse/admin/v1/users/<user_id>/media` to get information about uploaded media. Contributed by @dklimpel. \ No newline at end of file |