diff options
author | Jason Robinson <jasonr@matrix.org> | 2021-01-09 22:58:29 +0200 |
---|---|---|
committer | Jason Robinson <jasonr@matrix.org> | 2021-01-09 22:58:29 +0200 |
commit | e2c16edc78c70752aa85d84bfa37baeba4b920a7 (patch) | |
tree | f1f5067df90d2d3d7f5ebcbcd5cd9ea517aa900d /changelog.d | |
parent | Merge branch 'develop' into jaywink/admin-forward-extremities (diff) | |
download | synapse-e2c16edc78c70752aa85d84bfa37baeba4b920a7.tar.xz |
Add changelog and admin API docs
Signed-off-by: Jason Robinson <jasonr@matrix.org>
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. |