From 8e096bdc48bd9c362fff074a3ec7742eacfb459e Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 4 Oct 2016 15:15:01 +0100 Subject: [PATCH] Link to createRoom, not initialsync --- specification/modules/dm.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/modules/dm.rst b/specification/modules/dm.rst index 6170d98a..f204583e 100644 --- a/specification/modules/dm.rst +++ b/specification/modules/dm.rst @@ -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 that user ID. -When creating a room, the ``is_direct`` flag may be specified to signal -to the invitee that this is a direct chat. See -`GET /_matrix/client/unstable/initialSync`_. This flag appears as +When creating a room, the ``is_direct`` flag may be specified to signal to the +invitee that this is a direct chat. See `POST +/_matrix/client/%CLIENT_MAJOR_VERSION%/createRoom`_. This flag appears as ``is_direct`` in the member event: see `m.room.member`_. {{m_direct_event}}