diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-10-22 10:00:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 09:00:28 +0100 |
commit | b0f03aeb6a02a5c152f769cea4992079609481d1 (patch) | |
tree | 2ce1267340b6a1197ce133b7604a74c7d9a8951c /docs | |
parent | Add a thread relation type per MSC3440. (#11088) (diff) | |
download | synapse-b0f03aeb6a02a5c152f769cea4992079609481d1.tar.xz |
Add more information what happens when a user is deactivated (#11083)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/admin_api/user_admin_api.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/admin_api/user_admin_api.md b/docs/admin_api/user_admin_api.md index 60dc913915..534f8400ba 100644 --- a/docs/admin_api/user_admin_api.md +++ b/docs/admin_api/user_admin_api.md @@ -341,6 +341,7 @@ The following actions are performed when deactivating an user: - Remove all 3PIDs from the homeserver - Delete all devices and E2EE keys - Delete all access tokens +- Delete all pushers - Delete the password hash - Removal from all rooms the user is a member of - Remove the user from the user directory @@ -354,6 +355,15 @@ is set to `true`: - Remove the user's avatar URL - Mark the user as erased +The following actions are **NOT** performed. The list may be incomplete. + +- Remove mappings of SSO IDs +- [Delete media uploaded](#delete-media-uploaded-by-a-user) by user (included avatar images) +- Delete sent and received messages +- Delete E2E cross-signing keys +- Remove the user's creation (registration) timestamp +- [Remove rate limit overrides](#override-ratelimiting-for-users) +- Remove from monthly active users ## Reset password |