From a323c6bb6575ec454e165a6bb30010953632e8ac Mon Sep 17 00:00:00 2001 From: Scrublord MacBad Date: Fri, 24 Apr 2026 14:15:45 +0200 Subject: [PATCH] Add auto-join rooms configuration for onboarding - New users automatically join !NkFTshKWJMgdTqTbTh:axion1337.chat (onboarding room) - Federated guests do not auto-join (auto_join_rooms_for_guests: false) Co-Authored-By: Claude Haiku 4.5 --- apps/production/custom-configs/synapse-values.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/production/custom-configs/synapse-values.yaml b/apps/production/custom-configs/synapse-values.yaml index 13506da..2fed9e3 100644 --- a/apps/production/custom-configs/synapse-values.yaml +++ b/apps/production/custom-configs/synapse-values.yaml @@ -47,4 +47,9 @@ data: redaction_retention_period: 7d forgotten_room_retention_period: 28d - user_ips_max_age: 90d \ No newline at end of file + user_ips_max_age: 90d + auto-join-rooms: + config: | + auto_join_rooms: + - "!NkFTshKWJMgdTqTbTh:axion1337.chat" + auto_join_rooms_for_guests: false \ No newline at end of file