This commit is contained in:
barodeur
2026-09-23 16:38:05 +00:00
parent 366ffed82e
commit ce84de2ea8
114 changed files with 148 additions and 118 deletions
+2 -2
View File
@@ -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