summary refs log tree commit diff
path: root/synapse/handlers
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2022-09-08 17:41:48 +0200
committerGitHub <noreply@github.com>2022-09-08 15:41:48 +0000
commitf799eac7ea96f943ad1272a5a81f845dfa08a254 (patch)
treef966214e3e9a49ac68364f0c51f82229ac442ff0 /synapse/handlers
parentUpdate docstrings to explain the impact of partial state (#13750) (diff)
downloadsynapse-f799eac7ea96f943ad1272a5a81f845dfa08a254.tar.xz
Add timestamp to user's consent (#13741)
Co-authored-by: reivilibre <olivier@librepush.net>
Diffstat (limited to 'synapse/handlers')
-rw-r--r--synapse/handlers/admin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/handlers/admin.py b/synapse/handlers/admin.py
index d4fe7df533..cf9f19608a 100644
--- a/synapse/handlers/admin.py
+++ b/synapse/handlers/admin.py
@@ -70,6 +70,7 @@ class AdminHandler:
             "appservice_id",
             "consent_server_notice_sent",
             "consent_version",
+            "consent_ts",
             "user_type",
             "is_guest",
         }