summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2021-09-06 14:37:15 +0100
committerGitHub <noreply@github.com>2021-09-06 14:37:15 +0100
commit40a1fddd1b7843c25248fca409debab6d8393c59 (patch)
treed4eb288974560fb7a82961c48ac0448eeef8eb45 /changelog.d
parentEase searching for M_TOO_LARGE-related error codes (#10750) (diff)
downloadsynapse-40a1fddd1b7843c25248fca409debab6d8393c59.tar.xz
Allow `room_alias_name` parameter to be handled by /createRoom calls on workers (#10757)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10757.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10757.bugfix b/changelog.d/10757.bugfix
new file mode 100644
index 0000000000..bce36ef242
--- /dev/null
+++ b/changelog.d/10757.bugfix
@@ -0,0 +1 @@
+Fix a bug which prevented calls to `/createRoom` that included the `room_alias_name` parameter from being handled by worker processes.
\ No newline at end of file