mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-14 15:14:10 +02:00
More PR feedback
This commit is contained in:
parent
8e096bdc48
commit
b789251f70
|
|
@ -173,9 +173,9 @@ paths:
|
||||||
is_direct:
|
is_direct:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: |-
|
description: |-
|
||||||
This flag makes the server set the is_direct flag on the
|
This flag makes the server set the ``is_direct`` flag on the
|
||||||
m.room.member events sent to the users in invite and
|
``m.room.member`` events sent to the users in ``invite`` and
|
||||||
invite_3pid. See (Direct Messaging) for more information.
|
``invite_3pid``. See `Direct Messaging`_ for more information.
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: Information about the newly created room.
|
description: Information about the newly created room.
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ properties:
|
||||||
- ban
|
- ban
|
||||||
type: string
|
type: string
|
||||||
is_direct:
|
is_direct:
|
||||||
description: Flag indicating if the room containing this event was created with the intention of being a direct chat.
|
description: Flag indicating if the room containing this event was created with the intention of being a direct chat. See `Direct Messaging`_.
|
||||||
type: boolean
|
type: boolean
|
||||||
third_party_invite:
|
third_party_invite:
|
||||||
properties:
|
properties:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue