mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-07 16:33:43 +01:00
More PR feedback
This commit is contained in:
parent
8e096bdc48
commit
b789251f70
|
|
@ -173,9 +173,9 @@ paths:
|
|||
is_direct:
|
||||
type: boolean
|
||||
description: |-
|
||||
This flag makes the server set the is_direct flag on the
|
||||
m.room.member events sent to the users in invite and
|
||||
invite_3pid. See (Direct Messaging) for more information.
|
||||
This flag makes the server set the ``is_direct`` flag on the
|
||||
``m.room.member`` events sent to the users in ``invite`` and
|
||||
``invite_3pid``. See `Direct Messaging`_ for more information.
|
||||
responses:
|
||||
200:
|
||||
description: Information about the newly created room.
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ properties:
|
|||
- ban
|
||||
type: string
|
||||
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
|
||||
third_party_invite:
|
||||
properties:
|
||||
|
|
|
|||
Loading…
Reference in a new issue