summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2021-08-17 14:33:16 +0100
committerGitHub <noreply@github.com>2021-08-17 14:33:16 +0100
commit703e3a9e853b7c2212045ec52eb6b2c6e370c6f9 (patch)
tree71d55c63945eaea57908019a9ec7de1ddd72d47b /changelog.d
parentRemove the unused public_room_list_stream (#10565) (diff)
downloadsynapse-703e3a9e853b7c2212045ec52eb6b2c6e370c6f9.tar.xz
Allow /createRoom to be run on workers (#10564)
Fixes https://github.com/matrix-org/synapse/issues/7867
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10564.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10564.feature b/changelog.d/10564.feature
new file mode 100644
index 0000000000..4de32240b2
--- /dev/null
+++ b/changelog.d/10564.feature
@@ -0,0 +1 @@
+Add support for routing `/createRoom` to workers.