'In the m.room.member' event
This commit is contained in:
parent
301595c071
commit
96b6fb0129
1 changed files with 5 additions and 4 deletions
|
@ -36,10 +36,11 @@ Events
|
||||||
|
|
||||||
Client behaviour
|
Client behaviour
|
||||||
----------------
|
----------------
|
||||||
The invitee's client may use the ``is_direct`` flag in `m.room.member`_ to
|
The invitee's client may use the ``is_direct`` flag in the `m.room.member`_
|
||||||
automatically mark the room as a direct message but this is not required: it
|
event to automatically mark the room as a direct message but this is not
|
||||||
may for example, prompt the user, ignore the flag altogether. To do this, it
|
required: it may for example, prompt the user, ignore the flag altogether. To
|
||||||
stores this event in account data using the |/user/<user_id>/account_data/<type>|_ API.
|
do this, it stores this event in account data using the
|
||||||
|
|/user/<user_id>/account_data/<type>|_ API.
|
||||||
|
|
||||||
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
|
whenever the flow the user has followed is one where their
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue