mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-29 22:04:08 +02:00
Add links to event definitions
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
7c3e5148ac
commit
b7912eba05
|
|
@ -4214,13 +4214,13 @@ an automatic propagation event to occur, informing likely-interested
|
||||||
parties of the new values. This change is conveyed using two separate
|
parties of the new values. This change is conveyed using two separate
|
||||||
mechanisms:
|
mechanisms:
|
||||||
|
|
||||||
- an `m.room.member` event (with a `join` membership) is sent to every
|
- an [`m.room.member`](#mroommember) event (with a `join` membership) is sent
|
||||||
room the user is a member of, to update the `displayname` and
|
to every room the user is a member of, to update the `displayname` and
|
||||||
`avatar_url`.
|
`avatar_url`.
|
||||||
- an `m.presence` presence status update is sent, again containing the
|
- an [`m.presence`](#mpresence) presence status update is sent, again
|
||||||
new values of the `displayname` and `avatar_url` keys, in addition
|
containing the new values of the `displayname` and `avatar_url` keys, in
|
||||||
to the required `presence` key containing the current presence state
|
addition to the required `presence` key containing the current presence
|
||||||
of the user.
|
state of the user.
|
||||||
|
|
||||||
Both of these should be done automatically by the homeserver when a user
|
Both of these should be done automatically by the homeserver when a user
|
||||||
successfully changes their display name or avatar URL fields.
|
successfully changes their display name or avatar URL fields.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue