mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-02 12:33:42 +01:00
Link to createRoom, not initialsync
This commit is contained in:
parent
8af90bfc21
commit
8e096bdc48
|
|
@ -38,9 +38,9 @@ content of this event is an object where the keys are the user IDs
|
||||||
and values are lists of room ID strings of the 'direct' rooms for
|
and values are lists of room ID strings of the 'direct' rooms for
|
||||||
that user ID.
|
that user ID.
|
||||||
|
|
||||||
When creating a room, the ``is_direct`` flag may be specified to signal
|
When creating a room, the ``is_direct`` flag may be specified to signal to the
|
||||||
to the invitee that this is a direct chat. See
|
invitee that this is a direct chat. See `POST
|
||||||
`GET /_matrix/client/unstable/initialSync`_. This flag appears as
|
/_matrix/client/%CLIENT_MAJOR_VERSION%/createRoom`_. This flag appears as
|
||||||
``is_direct`` in the member event: see `m.room.member`_.
|
``is_direct`` in the member event: see `m.room.member`_.
|
||||||
|
|
||||||
{{m_direct_event}}
|
{{m_direct_event}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue