Add locked status to users (#413)

This commit is contained in:
Dirk Klimpel
2024-05-07 13:14:15 +02:00
committed by GitHub
parent fac09cb9bb
commit b5ca951b32
7 changed files with 8 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ This project is built using [react-admin](https://marmelab.com/react-admin/).
### Supported Synapse
It needs at least [Synapse](https://github.com/element-hq/synapse) v1.71.0 for all functions to work as expected!
It needs at least [Synapse](https://github.com/element-hq/synapse) v1.93.0 for all functions to work as expected!
You get your server version with the request `/_synapse/admin/v1/server_version`.
See also [Synapse version API](https://element-hq.github.io/synapse/latest/admin_api/version_api.html).