diff options
author | Half-Shot <will@half-shot.uk> | 2019-12-16 15:45:25 +0000 |
---|---|---|
committer | Half-Shot <will@half-shot.uk> | 2019-12-18 10:43:43 +0000 |
commit | 67098ee479aa6026179de858cc2f953e50f5b1b4 (patch) | |
tree | 769609422103c633eed0331e7f7154c80e05830e | |
parent | Make the words compliant with synapse standards (diff) | |
download | synapse-github/release-v1.7.1_modular_profile_hotfix.tar.xz |
Updated sample config v1.7.1_modular_profile_hotfix github/release-v1.7.1_modular_profile_hotfix release-v1.7.1_modular_profile_hotfix
-rw-r--r-- | docs/sample_config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 11f0e409db..b041b7e4ba 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -54,12 +54,12 @@ pid_file: DATADIR/homeserver.pid # #require_auth_for_profile_requests: true -# Whether to require a user to share a room with another user in order +# Uncomment to require a user to share a room with another user in order # to retrieve their profile information. Only checked on Client-Server # requests. Profile requests from other servers should be checked by the # requesting server. Defaults to 'false'. # -#limit_profile_requests_to_users_who_share_rooms: false +#limit_profile_requests_to_users_who_share_rooms: true # If set to 'true', removes the need for authentication to access the server's # public rooms directory through the client API, meaning that anyone can |