summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorHanadi <hanadi.tamimi@gmail.com>2023-09-18 16:37:51 +0200
committerGitHub <noreply@github.com>2023-09-18 15:37:51 +0100
commiteef2b9e34418e902baab1e730eb805eb56034cc2 (patch)
treecfc6a8b7648b9256b4d2bfd2fcc7da1e5a7e4347 /changelog.d
parentMake cached account data/tags/admin types immutable (#16325) (diff)
downloadsynapse-eef2b9e34418e902baab1e730eb805eb56034cc2.tar.xz
Filter locked users in the admin API (#16328)
Co-authored-by: Hanadi Tamimi <hanadi.tamimi@sdui.de>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16328.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16328.feature b/changelog.d/16328.feature
new file mode 100644
index 0000000000..9fadf766cc
--- /dev/null
+++ b/changelog.d/16328.feature
@@ -0,0 +1 @@
+Report whether a user is `locked` in the [List Accounts admin API](https://matrix-org.github.io/synapse/latest/admin_api/user_admin_api.html#list-accounts), and exclude locked users by default.