Explain better what GDPR-erased means (#8189)

Fixes https://github.com/matrix-org/synapse/issues/8185
This commit is contained in:
Brendan Abolivier 2020-09-01 16:31:59 +01:00 committed by GitHub
parent 37db6252b7
commit b5133dd97f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

1
changelog.d/8189.doc Normal file
View file

@ -0,0 +1 @@
Explain better what GDPR-erased means when deactivating a user.

View file

@ -214,9 +214,11 @@ Deactivate Account
This API deactivates an account. It removes active access tokens, resets the
password, and deletes third-party IDs (to prevent the user requesting a
password reset). It can also mark the user as GDPR-erased (stopping their data
from distributed further, and deleting it entirely if there are no other
references to it).
password reset).
It can also mark the user as GDPR-erased. This means messages sent by the
user will still be visible by anyone that was in the room when these messages
were sent, but hidden from users joining the room afterwards.
The api is::