From 1a1c8ee2c6b7b12c5ae12200b5a02378c5e927ec Mon Sep 17 00:00:00 2001 From: Scrublord MacBad Date: Fri, 24 Apr 2026 15:31:30 +0200 Subject: [PATCH] Simplify room_list_publication_rules structure - Remove unnecessary fields, use minimal rule set - Allow all users to publish rooms Co-Authored-By: Claude Haiku 4.5 --- apps/production/custom-configs/synapse-values.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/production/custom-configs/synapse-values.yaml b/apps/production/custom-configs/synapse-values.yaml index 013c87d..e9538c0 100644 --- a/apps/production/custom-configs/synapse-values.yaml +++ b/apps/production/custom-configs/synapse-values.yaml @@ -53,11 +53,8 @@ data: auto_join_rooms: - "!NkFTshKWJMgdTqTbTh:axion1337.chat" auto_join_rooms_for_guests: false - room_list_publication_rules: + room_publish: config: | room_list_publication_rules: - user_id: "*" - alias: "*" - join_rule: public - room_type: null action: allow \ No newline at end of file