mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-13 15:04:10 +01:00
Reference m.room.member section
This commit is contained in:
parent
e2024e5829
commit
3f66ba713c
|
|
@ -36,10 +36,11 @@ Events
|
||||||
|
|
||||||
Client behaviour
|
Client behaviour
|
||||||
----------------
|
----------------
|
||||||
The invitee's client may use the ``is_direct`` flag to automatically mark the
|
The invitee's client may use the ``is_direct`` flag in `m.room.member`_ to
|
||||||
room as a direct message but this is not required: it may for example, prompt
|
automatically mark the room as a direct message but this is not required: it
|
||||||
the user, ignore the flag altogether. To do this, it stores this event in
|
may for example, prompt the user, ignore the flag altogether. To do this, it
|
||||||
account data using the ``account_data`` API: see `Client Config`_.
|
stores this event in account data using the ``account_data`` API: see `Client
|
||||||
|
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
|
whenever the flow the user has followed is one where their intention is to
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue