diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2020-10-28 16:02:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-28 15:02:42 +0000 |
commit | 22398132785b9f87930d06fbff28e572166beec9 (patch) | |
tree | 9d58bba7a5a194915bfeb62dc5d2c4e10200b3e8 /changelog.d | |
parent | Run mypy as part of the lint.sh script. (#8633) (diff) | |
download | synapse-22398132785b9f87930d06fbff28e572166beec9.tar.xz |
Add an admin APIs to allow server admins to list users' pushers (#8610)
Add an admin API `GET /_synapse/admin/v1/users/<user_id>/pushers` like https://matrix.org/docs/spec/client_server/latest#get-matrix-client-r0-pushers
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8610.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8610.feature b/changelog.d/8610.feature new file mode 100644 index 0000000000..ed8d926964 --- /dev/null +++ b/changelog.d/8610.feature @@ -0,0 +1 @@ +Add an admin APIs to allow server admins to list users' pushers. Contributed by @dklimpel. \ No newline at end of file |