summary refs log tree commit diff
path: root/synapse/handlers/admin.py
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2024-11-22 04:37:19 -0800
committerGitHub <noreply@github.com>2024-11-22 12:37:19 +0000
commit4587decd678300217969f1d2f69b226421a33ced (patch)
tree7ae1bea202bdd134268f276cf01e82d42ffc2ed4 /synapse/handlers/admin.py
parentlink to element-docker-demo from contrib/docker* (#17953) (diff)
downloadsynapse-4587decd678300217969f1d2f69b226421a33ced.tar.xz
Return suspended status when querying user account (#17952)
Diffstat (limited to 'synapse/handlers/admin.py')
-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 d1989e9d2c..d1194545ae 100644 --- a/synapse/handlers/admin.py +++ b/synapse/handlers/admin.py
@@ -124,6 +124,7 @@ class AdminHandler: "consent_ts": user_info.consent_ts, "user_type": user_info.user_type, "is_guest": user_info.is_guest, + "suspended": user_info.suspended, } if self._msc3866_enabled: