m.room.member: yaml tweak
Quote "string" for consistency with "null"
This commit is contained in:
parent
5b12e2cfef
commit
e594132e95
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ properties:
|
|||
displayname:
|
||||
description: 'The display name for this user, if any. This is added by the homeserver.'
|
||||
type:
|
||||
- string
|
||||
- "string"
|
||||
- "null"
|
||||
membership:
|
||||
description: The membership state of the user.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue