From 89c8f9a853b32572f9799a73c9525e0965ca2c30 Mon Sep 17 00:00:00 2001 From: famfo Date: Thu, 23 Apr 2026 11:32:43 +0200 Subject: [PATCH] f --- data/api/server-server/query.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/api/server-server/query.yaml b/data/api/server-server/query.yaml index bfa3e4f0..ddcc5866 100644 --- a/data/api/server-server/query.yaml +++ b/data/api/server-server/query.yaml @@ -151,7 +151,8 @@ paths: description: |- The profile for the user. If a `field` is specified in the request, the response MUST only include the specified `field`. If no `field` was specified, the response - SHOULD include all of the fields of the user's profile, which can be made public. + SHOULD include all of the fields of the user's profile that can be made public, such + as the display name and avatar. If a field in the user's profile can't be made public over the federation, the responding server MAY choose to exclude it in the response.