diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-08-18 13:25:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-18 13:25:12 +0100 |
commit | 3692f7fd33ec2a28991ab325a46df5e7eba1f056 (patch) | |
tree | 0154fa42b8efa8ed276d882ff2d0ffb819d51bf0 /changelog.d | |
parent | fix broken link to upgrade notes (#10631) (diff) | |
download | synapse-3692f7fd33ec2a28991ab325a46df5e7eba1f056.tar.xz |
Mount /_synapse/admin/v1/users/{userId}/media admin API on media workers only (#10628)
Co-authored-by: Patrick Cloke <patrickc@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10628.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10628.feature b/changelog.d/10628.feature new file mode 100644 index 0000000000..708cb9b599 --- /dev/null +++ b/changelog.d/10628.feature @@ -0,0 +1 @@ +Admin API to delete several media for a specific user. Contributed by @dklimpel. \ No newline at end of file |