summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorJason Robinson <jasonr@matrix.org>2021-01-26 12:57:38 +0200
committerGitHub <noreply@github.com>2021-01-26 12:57:38 +0200
commite5b659e9e12e0f7d1467a154b152666da31db02c (patch)
treeb3be45139814147228555ee67cd4064862d56b04 /changelog.d
parentPeriodically send pings to detect dead Redis connections (#9218) (diff)
parentFix get forward extremities query (diff)
downloadsynapse-e5b659e9e12e0f7d1467a154b152666da31db02c.tar.xz
Merge pull request #9062 from matrix-org/jaywink/admin-forward-extremities
Add forward extremities endpoint to rooms admin API
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9062.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9062.feature b/changelog.d/9062.feature
new file mode 100644
index 0000000000..8b950fa062
--- /dev/null
+++ b/changelog.d/9062.feature
@@ -0,0 +1 @@
+Add admin API for getting and deleting forward extremities for a room.