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:
|
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. This is added by the homeserver.'
|
||||||
type:
|
type:
|
||||||
- string
|
- "string"
|
||||||
- "null"
|
- "null"
|
||||||
membership:
|
membership:
|
||||||
description: The membership state of the user.
|
description: The membership state of the user.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue