From d791f3500736b90914969ccf7654af7d693c7a54 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 5 Oct 2016 13:13:50 +0100 Subject: [PATCH] Remove unnecessary paragraph --- specification/modules/dm.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/specification/modules/dm.rst b/specification/modules/dm.rst index 5ebfb1693..639f7f851 100644 --- a/specification/modules/dm.rst +++ b/specification/modules/dm.rst @@ -36,11 +36,6 @@ Events Client behaviour ---------------- -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`_. - The invitee's client may use the ``is_direct`` flag to automatically mark the room as a direct message but this is not required: it may for example, prompt the user, ignore the flag altogether.