-
- Downloads
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.
Showing
- changelog.d/11392.bugfix 1 addition, 0 deletionschangelog.d/11392.bugfix
- synapse/config/room_directory.py 28 additions, 22 deletionssynapse/config/room_directory.py
- synapse/handlers/room.py 4 additions, 1 deletionsynapse/handlers/room.py
- tests/handlers/test_directory.py 62 additions, 33 deletionstests/handlers/test_directory.py
changelog.d/11392.bugfix
0 → 100644
Please register or sign in to comment