diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-11-19 10:19:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 15:19:32 +0000 |
commit | 7ae559944af1b27e36a6f4423177f51d7b4b3826 (patch) | |
tree | 918c7e7c16ece961b57fa4dc1983bca7a33b6192 /changelog.d | |
parent | Remove dead code from acme support. (#11393) (diff) | |
download | synapse-7ae559944af1b27e36a6f4423177f51d7b4b3826.tar.xz |
Fix checking whether a room can be published on creation. (#11392)
If `room_list_publication_rules` was configured with a rule with a non-wildcard alias and a room was created with an alias then an internal server error would have been thrown. This fixes the error and properly applies the publication rules during room creation.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11392.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11392.bugfix b/changelog.d/11392.bugfix new file mode 100644 index 0000000000..fb15800327 --- /dev/null +++ b/changelog.d/11392.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in v1.13.0 where creating and publishing a room could cause errors if `room_list_publication_rules` is configured. |