diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-01-25 17:11:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-25 16:11:40 +0000 |
commit | 6a72c910f180ee8b4bd78223775af48492769472 (patch) | |
tree | 03a5e32e6ccf5f9decef895fa21e10f3cc4a4344 /changelog.d | |
parent | CI: run Complement on the VM, not inside Docker (#11811) (diff) | |
download | synapse-6a72c910f180ee8b4bd78223775af48492769472.tar.xz |
Add admin API to get a list of federated rooms (#11658)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11658.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11658.feature b/changelog.d/11658.feature new file mode 100644 index 0000000000..2ec9fb5eec --- /dev/null +++ b/changelog.d/11658.feature @@ -0,0 +1 @@ +Add an admin API to get a list of rooms that federate with a given remote homeserver. \ No newline at end of file |