1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-04-24 16:27:05 +00:00
synapse/docs/usage
Shay a68b48a5dd
Allow room creation but not publishing to continue if room publication rules are violated when creating a new room. ()
Prior to this PR, if a request to create a public (public as in
published to the rooms directory) room violated the room list
publication rules set in the
[config](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#room_list_publication_rules),
the request to create the room was denied and the room was not created.

This PR changes the behavior such that when a request to create a room
published to the directory violates room list publication rules, the
room is still created but the room is not published to the directory.
2024-01-22 13:59:45 +00:00
..
administration Add another custom statistics collection server () 2024-01-02 11:54:12 +00:00
configuration Allow room creation but not publishing to continue if room publication rules are violated when creating a new room. () 2024-01-22 13:59:45 +00:00