summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorMatt C <96466754+buffless-matt@users.noreply.github.com>2022-08-04 19:34:05 +1000
committerGitHub <noreply@github.com>2022-08-04 09:34:05 +0000
commita91078200dbf41f6929762381e02cdeb21ff07d1 (patch)
treeeb3a4f84007c19b6bd8f9633d241de2ec82299fa /changelog.d
parentFix rooms not being properly excluded from incremental sync (#13408) (diff)
downloadsynapse-a91078200dbf41f6929762381e02cdeb21ff07d1.tar.xz
Add module API method to create a room (#13429)
Co-authored-by: MattC <buffless-matt@users.noreply.github.com>
Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13429.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13429.feature b/changelog.d/13429.feature
new file mode 100644
index 0000000000..f4f347e54e
--- /dev/null
+++ b/changelog.d/13429.feature
@@ -0,0 +1 @@
+Add a module API method to create a room.