summary refs log tree commit diff
path: root/changelog.d/5534.feature
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d/5534.feature')
-rw-r--r--changelog.d/5534.feature1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/5534.feature b/changelog.d/5534.feature
deleted file mode 100644
index 2e279c9b77..0000000000
--- a/changelog.d/5534.feature
+++ /dev/null
@@ -1 +0,0 @@
-Split public rooms directory auth config in two settings, in order to manage client auth independently from the federation part of it. Obsoletes the "restrict_public_rooms_to_local_users" configuration setting. If "restrict_public_rooms_to_local_users" is set in the config, Synapse will act as if both new options are enabled, i.e. require authentication through the client API and deny federation requests.