소스 검색

quick config comment tweak to clarify allow_profile_lookup_over_federation

Matthew Hodgson 3 년 전
부모
커밋
0764d0c6e5
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      synapse/config/server.py

+ 1 - 2
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