mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:26:02 -04:00
Add timestamp to user's consent (#13741)
Co-authored-by: reivilibre <olivier@librepush.net>
This commit is contained in:
parent
906cead9ca
commit
f799eac7ea
7 changed files with 52 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue