Room member (#950)
* Fixed an incorrect membership on example * Added precision on membership upon profile update * Changed first example into a join * Changed the state/{eventType}/{stateKey} example with an actual state key
This commit is contained in:
parent
e641897d88
commit
750d980bc0
5 changed files with 11 additions and 22 deletions
|
@ -1341,8 +1341,8 @@ many places of a client's display, changes to these fields cause an automatic
|
|||
propagation event to occur, informing likely-interested parties of the new
|
||||
values. This change is conveyed using two separate mechanisms:
|
||||
|
||||
- a ``m.room.member`` event is sent to every room the user is a member of,
|
||||
to update the ``displayname`` and ``avatar_url``.
|
||||
- a ``m.room.member`` event (with a ``join`` membership) is sent to every room
|
||||
the user is a member of, to update the ``displayname`` and ``avatar_url``.
|
||||
- a ``m.presence`` presence status update is sent, again containing the new
|
||||
values of the ``displayname`` and ``avatar_url`` keys, in addition to the
|
||||
required ``presence`` key containing the current presence state of the user.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue