summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-11-19 10:19:32 -0500
committerGitHub <noreply@github.com>2021-11-19 15:19:32 +0000
commit7ae559944af1b27e36a6f4423177f51d7b4b3826 (patch)
tree918c7e7c16ece961b57fa4dc1983bca7a33b6192 /changelog.d
parentRemove dead code from acme support. (#11393) (diff)
downloadsynapse-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.bugfix1
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.