mirror of
https://github.com/matrix-org/synapse.git
synced 2025-08-31 19:31:42 +02:00
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.
2 lines
136 B
Plaintext
2 lines
136 B
Plaintext
Fix a bug introduced in v1.13.0 where creating and publishing a room could cause errors if `room_list_publication_rules` is configured.
|