diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-06-24 16:08:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-24 16:08:02 +0100 |
commit | deb4fe6ef38ff5ed849dfbc1ca0a31f242811a27 (patch) | |
tree | ebc82e380d7cea9d544e525d8835e6f3199c1126 /changelog.d | |
parent | Merge pull request #5531 from matrix-org/erikj/workers_pagination_token (diff) | |
parent | Split public rooms directory auth config in two (diff) | |
download | synapse-deb4fe6ef38ff5ed849dfbc1ca0a31f242811a27.tar.xz |
Merge pull request #5534 from matrix-org/babolivier/federation-publicrooms
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. |