mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 14:46:07 -04:00
add GDPR erase param to deactivate API
This commit is contained in:
parent
784189b1f4
commit
1e788db430
2 changed files with 13 additions and 1 deletions
|
@ -47,6 +47,7 @@ class DeactivateAccountHandler(BaseHandler):
|
|||
|
||||
Args:
|
||||
user_id (str): ID of user to be deactivated
|
||||
erase_data (bool): whether to GDPR-erase the user's data
|
||||
|
||||
Returns:
|
||||
Deferred
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue