diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-08-17 14:33:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 14:33:16 +0100 |
commit | 703e3a9e853b7c2212045ec52eb6b2c6e370c6f9 (patch) | |
tree | 71d55c63945eaea57908019a9ec7de1ddd72d47b /changelog.d | |
parent | Remove the unused public_room_list_stream (#10565) (diff) | |
download | synapse-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.feature | 1 |
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. |