mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-20 19:24:34 -04:00
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
This commit is contained in:
parent
29ce6d43b5
commit
2239813278
5 changed files with 259 additions and 1 deletions
1
changelog.d/8610.feature
Normal file
1
changelog.d/8610.feature
Normal file
|
@ -0,0 +1 @@
|
|||
Add an admin APIs to allow server admins to list users' pushers. Contributed by @dklimpel.
|
Loading…
Add table
Add a link
Reference in a new issue