diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-10-29 18:28:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-29 16:28:29 +0000 |
commit | ad4eab9862348fff16d66954930c0f8c3feae6e1 (patch) | |
tree | a292a665566c866109c4a9ad66a3c8b74206163a /changelog.d | |
parent | Clarify lack of Windows support in documentation (#11198) (diff) | |
download | synapse-ad4eab9862348fff16d66954930c0f8c3feae6e1.tar.xz |
Add a module API method to retrieve state from a room (#11204)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11204.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11204.feature b/changelog.d/11204.feature new file mode 100644 index 0000000000..f58ed4b3dc --- /dev/null +++ b/changelog.d/11204.feature @@ -0,0 +1 @@ +Add a module API method to retrieve the current state of a room. |