diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-09-08 17:41:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 15:41:48 +0000 |
commit | f799eac7ea96f943ad1272a5a81f845dfa08a254 (patch) | |
tree | f966214e3e9a49ac68364f0c51f82229ac442ff0 /docs | |
parent | Update docstrings to explain the impact of partial state (#13750) (diff) | |
download | synapse-f799eac7ea96f943ad1272a5a81f845dfa08a254.tar.xz |
Add timestamp to user's consent (#13741)
Co-authored-by: reivilibre <olivier@librepush.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/admin_api/user_admin_api.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/admin_api/user_admin_api.md b/docs/admin_api/user_admin_api.md index c1ca0c8a64..975f05c929 100644 --- a/docs/admin_api/user_admin_api.md +++ b/docs/admin_api/user_admin_api.md @@ -42,6 +42,7 @@ It returns a JSON body like the following: "appservice_id": null, "consent_server_notice_sent": null, "consent_version": null, + "consent_ts": null, "external_ids": [ { "auth_provider": "<provider1>", @@ -364,6 +365,7 @@ The following actions are **NOT** performed. The list may be incomplete. - Remove the user's creation (registration) timestamp - [Remove rate limit overrides](#override-ratelimiting-for-users) - Remove from monthly active users +- Remove user's consent information (consent version and timestamp) ## Reset password |