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
2 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue