Skip to content
Snippets Groups Projects
Commit 0764d0c6 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

quick config comment tweak to clarify allow_profile_lookup_over_federation

parent d6196efa
No related branches found
No related tags found
No related merge requests found
...@@ -841,8 +841,7 @@ class ServerConfig(Config): ...@@ -841,8 +841,7 @@ class ServerConfig(Config):
# Whether to require authentication to retrieve profile data (avatars, # Whether to require authentication to retrieve profile data (avatars,
# display names) of other users through the client API. Defaults to # display names) of other users through the client API. Defaults to
# 'false'. Note that profile data is also available via the federation # 'false'. Note that profile data is also available via the federation
# API, so this setting is of limited value if federation is enabled on # API, unless allow_profile_lookup_over_federation is set to false.
# the server.
# #
#require_auth_for_profile_requests: true #require_auth_for_profile_requests: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment