mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03: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(
|
||||
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.hs.get_pusherpool().add_pusher(
|
||||
|
|
Loading…
Reference in a new issue