mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-19 01:44:09 +01:00
Merge pull request #2574 from matrix-org/travis/clarification/member-profiles
Remove claim that profile info is exclusively managed by the server
This commit is contained in:
commit
56ba0c7862
|
|
@ -0,0 +1 @@
|
||||||
|
Remove claims that the homeserver is exclusively responsible for profile information in membership events.
|
||||||
|
|
@ -48,10 +48,10 @@ properties:
|
||||||
content:
|
content:
|
||||||
properties:
|
properties:
|
||||||
avatar_url:
|
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
|
type: string
|
||||||
displayname:
|
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:
|
type:
|
||||||
- "string"
|
- "string"
|
||||||
- "null"
|
- "null"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue