Compare commits

..

1 commit

Author SHA1 Message Date
famfo 6af44320ce
Merge 8424acd0e1 into 156d1b878a 2026-04-03 21:24:46 +00:00

View file

@ -116,7 +116,7 @@ paths:
in the user ID). in the user ID).
Responding servers MAY: Responding servers MAY:
- Include arbitrary key/value pairs in the profile in addition to the - Allow users to set arbitrary key/value pairs in their profile in addition to the
specified pairs. specified pairs.
- Deny profile look-up over federation by responding with 403 and an error code of - Deny profile look-up over federation by responding with 403 and an error code of
`M_FORBIDDEN`. `M_FORBIDDEN`.
@ -150,7 +150,7 @@ paths:
"200": "200":
description: |- description: |-
The profile for the user. If a `field` is specified in the request, the response 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 MUST only included 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, which can be made public.
If a field in the user's profile can't be made public over the federation, the If a field in the user's profile can't be made public over the federation, the
@ -178,7 +178,7 @@ paths:
m.tz: m.tz:
type: string type: string
description: The name of the user's time zone. The name SHOULD be registered in description: The name of the user's time zone. The name SHOULD be registered in
the [IANA Time Zone Database](https://www.iana.org/time-zones). Requesting the [IANA Time Zone Database](https://www.iana.org/time-zones), requesting
servers MUST tolerate invalid or unknown values. servers MUST tolerate invalid or unknown values.
x-addedInMatrixVersion: "1.16" x-addedInMatrixVersion: "1.16"
additionalProperties: additionalProperties: