mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Fix comment
This commit is contained in:
parent
e44150a6de
commit
6a29e815fc
@ -76,7 +76,7 @@ class DeactivateAccountHandler(BaseHandler):
|
|||||||
user_id, threepid['medium'], threepid['address'],
|
user_id, threepid['medium'], threepid['address'],
|
||||||
)
|
)
|
||||||
|
|
||||||
# first delete any devices belonging to the user, which will also
|
# delete any devices belonging to the user, which will also
|
||||||
# delete corresponding access tokens.
|
# delete corresponding access tokens.
|
||||||
yield self._device_handler.delete_all_devices_for_user(user_id)
|
yield self._device_handler.delete_all_devices_for_user(user_id)
|
||||||
# then delete any remaining access tokens which weren't associated with
|
# then delete any remaining access tokens which weren't associated with
|
||||||
|
Loading…
Reference in New Issue
Block a user