m.room.member: yaml tweak

Quote "string" for consistency with "null"
pull/977/head
Richard van der Hoff 8 years ago committed by GitHub
parent 5b12e2cfef
commit e594132e95

@ -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…
Cancel
Save