diff options
author | Travis Ralston <travpc@gmail.com> | 2021-01-19 14:01:08 -0700 |
---|---|---|
committer | Travis Ralston <travpc@gmail.com> | 2021-01-19 14:01:08 -0700 |
commit | 19a4821ffc95d43b9e19cbecf213963ba40996b6 (patch) | |
tree | 5b5af08ec7429907f66b3dd2df4f21931109d342 | |
parent | Add an admin API to get the current room state (diff) | |
download | synapse-19a4821ffc95d43b9e19cbecf213963ba40996b6.tar.xz |
Changelog
-rw-r--r-- | changelog.d/9168.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9168.feature b/changelog.d/9168.feature new file mode 100644 index 0000000000..8be1950eee --- /dev/null +++ b/changelog.d/9168.feature @@ -0,0 +1 @@ +Add an admin API for retrieving the current room state of a room. \ No newline at end of file |