mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 22:34:48 -04:00
parent
70269fbd18
commit
ef2d627015
2 changed files with 2 additions and 1 deletions
1
changelog.d/8689.feature
Normal file
1
changelog.d/8689.feature
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Add an admin APIs to allow server admins to list users' pushers. Contributed by @dklimpel.
|
|
@ -1206,7 +1206,7 @@ class PushersRestTestCase(unittest.HomeserverTestCase):
|
||||||
user_tuple = self.get_success(
|
user_tuple = self.get_success(
|
||||||
self.store.get_user_by_access_token(other_user_token)
|
self.store.get_user_by_access_token(other_user_token)
|
||||||
)
|
)
|
||||||
token_id = user_tuple["token_id"]
|
token_id = user_tuple.token_id
|
||||||
|
|
||||||
self.get_success(
|
self.get_success(
|
||||||
self.hs.get_pusherpool().add_pusher(
|
self.hs.get_pusherpool().add_pusher(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue