diff options
author | Erik Johnston <erik@matrix.org> | 2021-03-09 11:40:33 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-03-09 11:40:45 +0000 |
commit | 576c91c7c14ba3960b13213f94108189e9f361dc (patch) | |
tree | 799402c94dedcc37d4708ef1e78bd861cb8d681c /docs | |
parent | Prevent the config-lint script erroring out on any sample_config changes (#9562) (diff) | |
download | synapse-576c91c7c14ba3960b13213f94108189e9f361dc.tar.xz |
Fixup sample config
After 0764d0c6e575793ca506cf021aff3c4b9e0a5972
Diffstat (limited to 'docs')
-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 4dbef41b7e..c95a4f5970 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -89,8 +89,7 @@ pid_file: DATADIR/homeserver.pid # Whether to require authentication to retrieve profile data (avatars, # display names) of other users through the client API. Defaults to # 'false'. Note that profile data is also available via the federation -# API, so this setting is of limited value if federation is enabled on -# the server. +# API, unless allow_profile_lookup_over_federation is set to false. # #require_auth_for_profile_requests: true |