PR feedback
This commit is contained in:
parent
accb3941bf
commit
d39f662df5
2 changed files with 4 additions and 10 deletions
|
@ -173,15 +173,9 @@ paths:
|
||||||
is_direct:
|
is_direct:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: |-
|
description: |-
|
||||||
This flag shows that the intent for this room is to be a
|
This flag makes the server set the is_direct flag on the
|
||||||
one-to-one 'direct' conversation with the invitee. The
|
m.room.member events sent to the users in invite and
|
||||||
invitee's client should indicate this in the UI to the user,
|
invite_3pid. See (Direct Messaging) for more information.
|
||||||
as should the inviter. This is to keep the intent for new rooms
|
|
||||||
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, which will appear in the content of the `m.room.member`_
|
|
||||||
event.
|
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: Information about the newly created room.
|
description: Information about the newly created room.
|
||||||
|
|
|
@ -17,7 +17,7 @@ Direct Messaging
|
||||||
|
|
||||||
.. _module:dm:
|
.. _module:dm:
|
||||||
|
|
||||||
All communications over Matrix happens within a room. It is sometimes
|
All communication over Matrix happens within a room. It is sometimes
|
||||||
desireable to offer users the concept of speaking directly to one
|
desireable to offer users the concept of speaking directly to one
|
||||||
particular person. This module defines a way of marking certain rooms
|
particular person. This module defines a way of marking certain rooms
|
||||||
as 'direct chats' with a given person. This does not restrict the chat
|
as 'direct chats' with a given person. This does not restrict the chat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue