mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-04 07:54:13 -04:00
Merge branch 'master' into develop
This commit is contained in:
commit
ee2cee5f52
6 changed files with 19 additions and 63 deletions
|
@ -131,10 +131,6 @@ class DeactivateAccountHandler:
|
|||
# delete from user directory
|
||||
await self.user_directory_handler.handle_local_user_deactivated(user_id)
|
||||
|
||||
# If the user is present in the monthly active users table
|
||||
# remove them
|
||||
await self.store.remove_deactivated_user_from_mau_table(user_id)
|
||||
|
||||
# Mark the user as erased, if they asked for that
|
||||
if erase_data:
|
||||
user = UserID.from_string(user_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue