Add is_direct to member event spec.

pull/977/head
David Baker 8 years ago
parent 5fedc64230
commit 8fe8bd6a81

@ -180,7 +180,8 @@ paths:
synchronised at first. Both users may subsequently choose to
tag the room differently.
This adds an ``is_direct`` flag to the content of any invites
sent.
sent, which will appear in the content of the `m.room.member`_
event.
responses:
200:
description: Information about the newly created room.

@ -39,6 +39,9 @@ properties:
- leave
- ban
type: string
is_direct:
description: Flag indicating if this room was created with the intention of being a direct chat
type: boolean
third_party_invite:
properties:
display_name:

Loading…
Cancel
Save