diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-09-06 14:37:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-06 14:37:15 +0100 |
commit | 40a1fddd1b7843c25248fca409debab6d8393c59 (patch) | |
tree | d4eb288974560fb7a82961c48ac0448eeef8eb45 /changelog.d | |
parent | Ease searching for M_TOO_LARGE-related error codes (#10750) (diff) | |
download | synapse-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.bugfix | 1 |
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 |