mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-18 10:19:17 -04:00
Make select more sensible when dseleting access tokens, rename pusher deletion to match access token deletion and make exception arg optional.
This commit is contained in:
parent
f523177850
commit
af59826a2f
3 changed files with 5 additions and 7 deletions
|
@ -441,7 +441,7 @@ class AuthHandler(BaseHandler):
|
|||
yield self.store.user_delete_access_tokens(
|
||||
user_id, except_access_token_ids
|
||||
)
|
||||
yield self.hs.get_pusherpool().remove_pushers_by_user_except_access_tokens(
|
||||
yield self.hs.get_pusherpool().remove_pushers_by_user(
|
||||
user_id, except_access_token_ids
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue