You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π Context and Objective
Hello,
We self-host a Synapse server with several pre-configured spaces.
Our objective is to:
β Allow DMs (both one-on-one and group).
β Prevent the creation of new public or private rooms.
β Prevent the creation of new spaces.
We mainly want to enforce these restrictions to better manage resources and avoid the uncontrolled proliferation of rooms and spaces on our self-hosted infrastructure.
π Current Management
To restrict the creation of rooms and spaces, we are currently using a plugin based on synapse-user-restrictions.
However, this plugin also blocks the ability to send DMs, which is an unwanted behavior.
π Research Conducted
Before asking this question, we explored different possibilities:
π Context and Objective
Hello,
We self-host a Synapse server with several pre-configured spaces.
Our objective is to:
β Allow DMs (both one-on-one and group).
β Prevent the creation of new public or private rooms.
β Prevent the creation of new spaces.
We mainly want to enforce these restrictions to better manage resources and avoid the uncontrolled proliferation of rooms and spaces on our self-hosted infrastructure.
π Current Management
To restrict the creation of rooms and spaces, we are currently using a plugin based on
synapse-user-restrictions
.However, this plugin also blocks the ability to send DMs, which is an unwanted behavior.
π Research Conducted
Before asking this question, we explored different possibilities:
room_type
), specificallym.space
for spaces.Reference: Synapse Admin API - Room Details.
room_type
be used?room_type
in restriction rules:β Questions
room_type
(e.g.,"m.space"
) usable to restrict only the creation of spaces and rooms?Thank you in advance for your help! π
The text was updated successfully, but these errors were encountered: