mirror of
https://github.com/element-hq/synapse.git
synced 2026-09-26 02:24:05 +00:00
deploy: c0b7224e85
This commit is contained in:
@@ -197,7 +197,7 @@
|
||||
},
|
||||
"require_auth_for_profile_requests": {
|
||||
"type": "boolean",
|
||||
"description": "Whether to require authentication to retrieve profile data (avatars, display names) of other users through the client API. Note that profile data is also available via the federation API, unless `allow_profile_lookup_over_federation` is set to false.",
|
||||
"description": "Whether to require authentication to retrieve profile data (avatars, display names) of other users through the client API. Note that profile data is also available via the federation API, unless `allow_profile_lookup_over_federation` is set to false.\nThis option must be enabled in order to use `limit_profile_requests_to_users_who_share_rooms`.",
|
||||
"default": false,
|
||||
"examples": [
|
||||
true
|
||||
@@ -205,7 +205,7 @@
|
||||
},
|
||||
"limit_profile_requests_to_users_who_share_rooms": {
|
||||
"type": "boolean",
|
||||
"description": "Use this option 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.",
|
||||
"description": "Use this option 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.\nThe check can only be applied to authenticated requests, so this option requires `require_auth_for_profile_requests` to be enabled as well. Synapse will refuse to start if this option is enabled without it.",
|
||||
"default": false,
|
||||
"examples": [
|
||||
true
|
||||
|
||||
Reference in New Issue
Block a user