mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
parent
70269fbd18
commit
ef2d627015
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 New Issue
Block a user