This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ Add more information about what happens when a user is deactivated.
Original file line number Diff line number Diff line change @@ -341,6 +341,7 @@ The following actions are performed when deactivating an user:
341341- Remove all 3PIDs from the homeserver
342342- Delete all devices and E2EE keys
343343- Delete all access tokens
344+ - Delete all pushers
344345- Delete the password hash
345346- Removal from all rooms the user is a member of
346347- Remove the user from the user directory
@@ -354,6 +355,15 @@ is set to `true`:
354355- Remove the user's avatar URL
355356- Mark the user as erased
356357
358+ The following actions are ** NOT** performed. The list may be incomplete.
359+
360+ - Remove mappings of SSO IDs
361+ - [ Delete media uploaded] ( #delete-media-uploaded-by-a-user ) by user (included avatar images)
362+ - Delete sent and received messages
363+ - Delete E2E cross-signing keys
364+ - Remove the user's creation (registration) timestamp
365+ - [ Remove rate limit overrides] ( #override-ratelimiting-for-users )
366+ - Remove from monthly active users
357367
358368## Reset password
359369
You can’t perform that action at this time.
0 commit comments