diff options
author | Half-Shot <will@half-shot.uk> | 2019-12-11 17:24:41 +0000 |
---|---|---|
committer | Half-Shot <will@half-shot.uk> | 2019-12-18 10:43:10 +0000 |
commit | ce579553dbbb60849cfec9b19a587e6bf7d7ab31 (patch) | |
tree | 17f92351b3f69021b7afa81b8be19a5586ba8b5e | |
parent | linting (diff) | |
download | synapse-ce579553dbbb60849cfec9b19a587e6bf7d7ab31.tar.xz |
sample config update
-rw-r--r-- | docs/sample_config.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index abdd54ef65..df5d6a93e4 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -54,13 +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 # 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: true +#limit_profile_requests_to_known_users: false # 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 |