diff options
author | Hanadi <hanadi.tamimi@gmail.com> | 2023-09-18 16:37:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 15:37:51 +0100 |
commit | eef2b9e34418e902baab1e730eb805eb56034cc2 (patch) | |
tree | cfc6a8b7648b9256b4d2bfd2fcc7da1e5a7e4347 /changelog.d | |
parent | Make cached account data/tags/admin types immutable (#16325) (diff) | |
download | synapse-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.feature | 1 |
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. |