summary refs log tree commit diff
path: root/changelog.d/5534.feature
blob: 2e279c9b77ec67a25abdcbd4733f96ace3e2c2ac (plain) (blame)
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.