summary refs log tree commit diff
path: root/changelog.d/11392.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.48.0rc1Brendan Abolivier2021-11-251-1/+0
|
* Fix checking whether a room can be published on creation. (#11392)Patrick Cloke2021-11-191-0/+1
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.