diff options
author | Jason Robinson <jasonr@matrix.org> | 2021-01-26 12:57:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-26 12:57:38 +0200 |
commit | e5b659e9e12e0f7d1467a154b152666da31db02c (patch) | |
tree | b3be45139814147228555ee67cd4064862d56b04 /changelog.d | |
parent | Periodically send pings to detect dead Redis connections (#9218) (diff) | |
parent | Fix get forward extremities query (diff) | |
download | synapse-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.feature | 1 |
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. |