mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-03 15:54:10 -04:00
Merge pull request #3448 from matrix-org/matthew/gdpr-deactivate-admin-api
add GDPR erase param to deactivate API
This commit is contained in:
commit
c7f6b420ae
3 changed files with 28 additions and 3 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