Remove claim that profile info is exclusively managed by the server

Fixes https://github.com/matrix-org/matrix-doc/issues/2496
pull/2574/head
Travis Ralston 4 years ago
parent e9e9366804
commit e8548f3c3b

@ -0,0 +1 @@
Remove claims that the homeserver is exclusively responsible for profile information in membership events.

@ -48,10 +48,10 @@ properties:
content:
properties:
avatar_url:
description: 'The avatar URL for this user, if any. This is added by the homeserver.'
description: 'The avatar URL for this user, if any.'
type: string
displayname:
description: 'The display name for this user, if any. This is added by the homeserver.'
description: 'The display name for this user, if any.'
type:
- "string"
- "null"

Loading…
Cancel
Save