Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Better document what erase: true when deactivating a user does #8185

@babolivier

Description

@babolivier

Currently the doc (or lack thereof, at least for the non-admin side of things) can lead people to think what's when setting erasure to true upon deactivation is that we wipe the deactivated user's messages from the server.

What's actually happening is that the messages don't actually get deleted from the database (because it's a tricky thing to do), and people who were in the room when the messages were sent can still see them (the same way when someone deletes their email account the emails they've sent are still present in the recipients' mailboxes), but they will be hidden to new people joining the room after the messages were sent.

We should make that clearer. This could be updating https://github.com/matrix-org/synapse/blob/develop/docs/admin_api/user_admin_api.rst#deactivate-account so that it mentions that, or create a GDPR doc that explains it (or find a better fit place to document this).

Metadata

Metadata

Assignees

Labels

A-Docsthings relating to the documentationZ-Help-WantedWe know exactly how to fix this issue, and would be grateful for any contributionz-p2(Deprecated Label)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions