pull/389/head
David Baker 8 years ago
parent 3f66ba713c
commit 2259a00ba2

@ -43,13 +43,13 @@ stores this event in account data using the ``account_data`` API: see `Client
Config`_. Config`_.
The inviter's client should set the ``is_direct`` flag to ``createRoom`` The inviter's client should set the ``is_direct`` flag to ``createRoom``
whenever the flow the user has followed is one where their intention is to (`Creation`_) whenever the flow the user has followed is one where their
speak directly with another person, as opposed to bringing that person in to a intention is to speak directly with another person, as opposed to bringing that
shared room. For example, clicking on, 'Start Chat' beside a person's profile person in to a shared room. For example, clicking on, 'Start Chat' beside a
picture would imply the ``is_direct`` flag should be set. person's profile picture would imply the ``is_direct`` flag should be set.
Server behaviour Server behaviour
---------------- ----------------
When the ``is_direct`` flag is given to ``createRoom``, the home server must When the ``is_direct`` flag is given to ``createRoom`` (`Creation`_), the home
set the ``is_direct`` flag in the invite member event for any users invited server must set the ``is_direct`` flag in the invite member event for any users
in the ``createRoom`` call. invited in the ``createRoom`` call.

Loading…
Cancel
Save