diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-06-24 11:45:11 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-06-24 15:42:31 +0100 |
commit | bfe84e051e8472a1c3534e1287f1fb727df63259 (patch) | |
tree | 519b95c690cf4c6c81eb9c22bcbb4773ba7e894b /changelog.d | |
parent | Pass config_dir_path and data_dir_path into Config.read_config. (#5522) (diff) | |
download | synapse-bfe84e051e8472a1c3534e1287f1fb727df63259.tar.xz |
Split public rooms directory auth config in two
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5534.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5534.feature b/changelog.d/5534.feature new file mode 100644 index 0000000000..2e279c9b77 --- /dev/null +++ b/changelog.d/5534.feature @@ -0,0 +1 @@ +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. |