diff options
author | Matthew Hodgson <matthew@matrix.org> | 2021-03-08 21:51:59 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2021-03-08 21:52:04 +0000 |
commit | 0764d0c6e575793ca506cf021aff3c4b9e0a5972 (patch) | |
tree | e08313f667418fa9fd04a9b901a0d64ae7e9dd43 /synapse/config | |
parent | Add ResponseCache tests. (#9458) (diff) | |
download | synapse-0764d0c6e575793ca506cf021aff3c4b9e0a5972.tar.xz |
quick config comment tweak to clarify allow_profile_lookup_over_federation
Diffstat (limited to 'synapse/config')
-rw-r--r-- | synapse/config/server.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py index 2afca36e7d..5f8910b6e1 100644 --- a/synapse/config/server.py +++ b/synapse/config/server.py @@ -841,8 +841,7 @@ class ServerConfig(Config): # 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 |