Add admin API for destinations (#213)

* Add admin API for destinations

* Add rooms and connections to federation/destinations
This commit is contained in:
Dirk Klimpel
2023-01-24 16:35:42 +01:00
committed by GitHub
parent 6d30af9976
commit 8501f19a03
6 changed files with 258 additions and 4 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/matrix-org/synapse) v1.48.0 for all functions to work as expected!
It needs at least [Synapse](https://github.com/matrix-org/synapse) v1.52.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://matrix-org.github.io/synapse/develop/admin_api/version_api.html).